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