Sign in
chromium
/
devtools
/
devtools-frontend.git
/
refs/heads/main
/
.
/
scripts
/
gn_deps_verifier
/
tsconfig.json
blob: 1d946ab5ec8432c21b9b35f2db17f10ae2d63212 [
file
] [
edit
]
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"noEmit"
:
true
,
"allowImportingTsExtensions"
:
true
,
"types"
:
[
"node"
,
"mocha"
]
},
"exclude"
:
[
"tests/fixtures/**/*"
]
}