Sign in
gerrit
/
gerrit
/
9eeddbcb47d14ef511aaa940895a261b35f71a48
/
.
/
polygerrit-ui
/
app
/
node_modules_licenses
/
tsconfig.json
blob: 6f4254f746b9085c891de740a20fe6177ff2b36b [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"allowSyntheticDefaultImports"
:
true
,
"esModuleInterop"
:
true
,
"strict"
:
true
,
"moduleResolution"
:
"node"
,
"outDir"
:
"out"
,
"types"
:
[
"node"
]
},
"include"
:
[
"**/*.ts"
]
}