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