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