Sign in
gerrit
/
gerrit
/
f30a8056f31662f842432397f579d48f5727991a
/
.
/
tools
/
node_tools
/
polygerrit_app_preprocessor
/
tsconfig.json
blob: 34ffb2fd1ac4d4886f75dae1924277b1a52ae7ca [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"allowSyntheticDefaultImports"
:
true
,
"esModuleInterop"
:
true
,
"strict"
:
true
,
"moduleResolution"
:
"node"
,
"outDir"
:
"out"
},
"include"
:
[
"*.ts"
]
}