Sign in
gerrit
/
gerrit
/
72e36c44a8e228df81fdcfea50b6f14972802adb
/
.
/
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"
]
}