Sign in
gerrit
/
plugins
/
checks
/
00c52fca7cfbfecc5facc71e022ddaed3d1098e9
/
.
/
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"
:
[
"**/*"
]
}