2017-02-22 18:13:21 +00:00
|
|
|
{
|
2017-03-27 16:08:53 +01:00
|
|
|
"compileOnSave": false,
|
2017-02-22 18:13:21 +00:00
|
|
|
"compilerOptions": {
|
2018-09-07 07:39:58 -05:00
|
|
|
"baseUrl": "./",
|
2017-03-27 16:08:53 +01:00
|
|
|
"outDir": "./dist/out-tsc",
|
2017-02-22 18:13:21 +00:00
|
|
|
"sourceMap": true,
|
2017-03-27 16:08:53 +01:00
|
|
|
"declaration": false,
|
2020-03-17 22:28:48 +02:00
|
|
|
"downlevelIteration": true,
|
|
|
|
"experimentalDecorators": true,
|
2019-05-09 15:56:24 -05:00
|
|
|
"module": "esnext",
|
2017-03-27 16:08:53 +01:00
|
|
|
"moduleResolution": "node",
|
2019-05-09 15:56:24 -05:00
|
|
|
"importHelpers": true,
|
|
|
|
"target": "es2015",
|
2017-06-30 16:06:00 +02:00
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
|
|
|
],
|
2017-03-27 16:08:53 +01:00
|
|
|
"lib": [
|
2018-10-08 14:34:44 -05:00
|
|
|
"es2018",
|
2017-06-30 16:06:00 +02:00
|
|
|
"dom"
|
2017-03-27 16:08:53 +01:00
|
|
|
]
|
2019-08-20 10:52:31 -07:00
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
2020-03-17 22:28:48 +02:00
|
|
|
"fullTemplateTypeCheck": true,
|
|
|
|
"strictInjectionParameters": true
|
|
|
|
}
|
2017-02-22 18:13:21 +00:00
|
|
|
}
|