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

22 lines
444 B
JSON

{
"compileOnSave": true,
"compilerOptions": {
"noImplicitAny": true,
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"downlevelIteration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es2017",
"module": "CommonJS",
"lib": [
"es2018",
"dom"
]
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false
}
}