Sign in
chromium
/
infra
/
gerrit-plugins
/
buildbucket
/
4e25daeadbacb3e1cb7b2212eaefd4bc92a40fc0
/
.
/
web
/
tsconfig.json
blob: 05cd7ec3234bb51ee0517ce28bb84f3315f40cb3 [
file
]
{
"extends"
:
"../../tsconfig-plugins-base.json"
,
"compilerOptions"
:
{
/*
outDir for IDE
(
overridden by
Bazel
rule arg
)
*/
"outDir"
:
"../../../.ts-out/plugins/buildbucket/web"
,
"lib"
:
[
"dom"
,
"dom.iterable"
,
"es2021"
]
},
"include"
:
[
"**/*"
,
],
}