Sign in
gerrit
/
plugins
/
code-owners
/
45608bf57f2fa3fccaba0948b10fc962e966d3ca
/
.
/
web
/
tsconfig.json
blob: 00f6c7ef6cd714dd32daad9939669e1f9ade1a8c [
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"
:
[
"**/*"
,
],
}