1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/tsconfig.json

21 lines
428 B
JSON
Raw Normal View History

2016-03-12 19:53:19 +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,
"declaration": false,
"moduleResolution": "node",
"downlevelIteration": true,
2016-03-12 19:53:19 +08:00
"emitDecoratorMetadata": true,
2016-12-27 06:36:38 +08:00
"experimentalDecorators": true,
2022-03-28 01:25:53 +08:00
"target": "es2020",
"module": "commonjs",
2016-12-27 06:36:38 +08:00
"lib": [
"dom"
2016-12-27 23:09:47 +08:00
]
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false
}
}