Sign in
gerrit
/
plugins
/
lfs
/
828cd4e6d145681416e4d1e18221e3da05acdae0
/
.
/
web
/
tsconfig.json
blob: 2df6d21271f19fd3906581a2ca7cc31953ea43ca [
file
] [
log
] [
blame
]
{
"extends"
:
"../../tsconfig-plugins-base.json"
,
"compilerOptions"
:
{
"outDir"
:
"../../../.ts-out/plugins/lfs"
/*
overridden by bazel
*/
},
"include"
:
[
"**/*.ts"
]
}