Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
webui
/
tsconfig_base.json
blob: ce69b7c0e15f172c09eaa716c0fadca5b8c3755f [
file
] [
log
] [
blame
]
{
"extends"
:
"../../../../tools/typescript/tsconfig_base.json"
,
"compilerOptions"
:
{
"skipLibCheck"
:
true
,
"typeRoots"
:
[
"./../../../../third_party/node/node_modules/@types"
],
"types"
:
[
"mocha"
,
"trusted-types"
]
}
}