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