Sign in
chromium
/
chromium
/
src
/
913eaefa55beab765aa1d99da170db474d8c63ca
/
.
/
chrome
/
test
/
data
/
webui
/
tsconfig_base.json
blob: fd3b64d64da98829dfea33b1174b8d7c14b14401 [
file
]
{
"extends"
:
"../../../../tools/typescript/tsconfig_base.json"
,
"compilerOptions"
:
{
"typeRoots"
:
[
"./../../../../third_party/node/node_modules/@types"
],
"types"
:
[
"mocha"
,
"trusted-types"
]
}
}