Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
test
/
perf
/
tsconfig.json
blob: 8d0497b0bedc088a07d550eb81165a0a467721e5 [
file
] [
log
] [
blame
]
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"baseUrl"
:
"."
},
"include"
:
[
"."
,
"../e2e/types.d.ts"
],
"references"
:
[
{
"path"
:
"../e2e/tsconfig.json"
},
{
"path"
:
"../shared/tsconfig.json"
}
]
}