Sign in
chromium
/
devtools
/
devtools-frontend
/
0a3621c
/
.
/
test
/
shared
/
tsconfig.json
blob: f8f53235cfcc2b91968af8f20591510883a5eed5 [
file
]
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"baseUrl"
:
"."
,
"composite"
:
true
,
"checkJs"
:
false
,
"allowJs"
:
false
},
"references"
:
[
{
"path"
:
"../conductor"
}
],
"extends"
:
"../../config/typescript/tsconfig.base.json"
}