Sign in
gerrit
/
gerrit
/
7bb218b9f37beb7c8015d01bb7773f42f38d5593
/
.
/
tools
/
node_tools
/
node_modules_licenses
/
tsconfig.json
blob: 28548575fcf85083bd91859ba598ba681f624978 [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"allowSyntheticDefaultImports"
:
true
,
"esModuleInterop"
:
true
,
"strict"
:
true
,
"moduleResolution"
:
"node"
,
"outDir"
:
"out"
,
"types"
:
[
"node"
]
},
"include"
:
[
"*.ts"
]
}