2019-01-16 11:28:05 +01:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"module": "commonjs",
|
|
|
|
|
"preserveConstEnums": true,
|
|
|
|
|
"noImplicitThis": true,
|
|
|
|
|
"lib": ["es2015", "dom"],
|
|
|
|
|
"removeComments": false,
|
|
|
|
|
"inlineSourceMap": true,
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"target": "es6",
|
|
|
|
|
"outDir": "dist",
|
|
|
|
|
"alwaysStrict": true,
|
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
|
"noUnusedParameters": false,
|
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
|
"strictPropertyInitialization": true,
|
|
|
|
|
"strictNullChecks": true
|
|
|
|
|
},
|
2019-01-23 11:12:54 +01:00
|
|
|
"include": ["web/static/**/*.ts"]
|
2019-01-16 11:28:05 +01:00
|
|
|
}
|