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