Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
test
/
e2e
/
tsconfig.json
blob: 950e5b109179934a200447ae0da8cf3f6b03da35 [
file
] [
log
] [
blame
]
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"baseUrl"
:
"."
},
"references"
:
[
{
"path"
:
"../shared/tsconfig.json"
}
],
"exclude"
:
[
"./resources/"
]
}