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