2016-03-12 19:53:19 +08:00
|
|
|
{
|
2017-06-11 04:32:56 +08:00
|
|
|
"compileOnSave": true,
|
2016-03-12 19:53:19 +08:00
|
|
|
"compilerOptions": {
|
2018-11-29 06:49:33 +08:00
|
|
|
"noImplicitAny": true,
|
2016-12-27 06:36:38 +08:00
|
|
|
"sourceMap": true,
|
2017-06-11 04:32:56 +08:00
|
|
|
"declaration": false,
|
|
|
|
"moduleResolution": "node",
|
2021-04-11 21:59:30 +08:00
|
|
|
"downlevelIteration": true,
|
2016-03-12 19:53:19 +08:00
|
|
|
"emitDecoratorMetadata": true,
|
2016-12-27 06:36:38 +08:00
|
|
|
"experimentalDecorators": true,
|
2021-04-11 21:59:30 +08:00
|
|
|
"target": "es2015",
|
|
|
|
"module": "commonjs",
|
2016-12-27 06:36:38 +08:00
|
|
|
"lib": [
|
2021-04-11 21:59:30 +08:00
|
|
|
"es2018",
|
2017-06-11 04:32:56 +08:00
|
|
|
"dom"
|
2016-12-27 23:09:47 +08:00
|
|
|
]
|
2021-04-11 21:59:30 +08:00
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"enableI18nLegacyMessageIdFormat": false
|
2017-06-11 04:32:56 +08:00
|
|
|
}
|
|
|
|
}
|