Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/chromium/4367
/
.
/
test
/
shared
/
tsconfig.json
blob: a212d66705d5684a7ee3e40d087183524dbb4230 [
file
] [
edit
]
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"baseUrl"
:
"."
,
"composite"
:
true
,
"checkJs"
:
false
,
"allowJs"
:
false
},
"references"
:
[
{
"path"
:
"../conductor"
}
],
"extends"
:
"../../tsconfig.base.json"
,
}