Sign in
gerrit
/
plugins
/
checks
/
0b822cf3a3c6aa0e4d06001dc7fc481e70452aa6
/
.
/
web
/
tsconfig.json
blob: 9b1c0a105866594f5c306e03c2facc4c10262e35 [
file
] [
log
] [
blame
]
{
"extends"
:
"../../tsconfig-plugins-base.json"
,
"compilerOptions"
:
{
/*
outDir for IDE
(
overridden by
Bazel
rule arg
)
*/
"outDir"
:
"../../../.ts-out/plugins/checks/web"
,
},
"include"
:
[
"**/*"
]
}