udpate angular core and cli to 15

This commit is contained in:
2022-12-04 09:34:29 +01:00
parent 39499308c6
commit 037c85bb3f
6 changed files with 2168 additions and 3401 deletions

View File

@@ -16,12 +16,13 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "es2020",
"target": "ES2022",
"module": "es2020",
"lib": [
"es2020",
"dom"
]
],
"useDefineForClassFields": false
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,