Sign in
gerrit
/
plugins
/
delete-project
/
612f143792652d571ecfcb19915ad5754a3ba1a7
/
.
/
web
/
tsconfig.json
blob: d12f85ef3782c02395138dbd5faf29b7dbf5b810 [
file
] [
log
] [
blame
]
{
"extends"
:
"../../tsconfig-plugins-base.json"
,
"compilerOptions"
:
{
"outDir"
:
"../../../.ts-out/plugins/delete-project"
,
/*
overridden by bazel
*/
},
"include"
:
[
"**/*.ts"
]
}