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