Sign in
gerrit
/
plugins
/
codemirror-editor
/
cddb6d80cdd11fafb319707899dd5928ca9d4002
/
.
/
web
/
tsconfig.json
blob: 78051ab4e6ed240f86c091aa8704f1199802d4d3 [
file
] [
log
] [
blame
]
{
"extends"
:
"../../tsconfig-plugins-base.json"
,
"compilerOptions"
:
{
"outDir"
:
"../../../.ts-out/plugins/codemirror-editor"
,
/*
overridden by bazel
*/
},
"include"
:
[
"**/*.ts"
]
}