Sign in
gerrit
/
plugins
/
code-owners
/
65aee81297d5bb39a884dbc433aa6f73e6a9a92c
/
.
/
web
/
tsconfig.json
blob: ab4cca2fe9c0689c0d47e3ebf261d89c4dc24d4d [
file
] [
log
] [
blame
]
{
"extends"
:
"../../tsconfig-plugins-base.json"
,
"compilerOptions"
:
{
"experimentalDecorators"
:
true
,
/*
outDir for IDE
(
overridden by
Bazel
rule arg
)
*/
"outDir"
:
"../../../.ts-out/plugins/code-owners/ui"
},
"include"
:
[
"**/*"
]
}