Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
test
/
tsconfig.json
blob: 19b53e0d740fc85a3463ef3f707a24ac01f2ebcf [
file
] [
log
] [
blame
]
{
"extends"
:
"../config/typescript/tsconfig.base.json"
,
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"allowJs"
:
false
,
"checkJs"
:
false
},
"references"
:
[
{
"path"
:
"../front_end/tsconfig.json"
}
]
}