Merged PR 1815: Angular Update V18

Related work items: #4830, #4834
This commit is contained in:
Lorenz Hilpert
2024-10-22 09:23:23 +00:00
committed by Nino Righi
parent 301f5878c2
commit 8ae990bcde
1026 changed files with 397921 additions and 12034 deletions

View File

@@ -5,13 +5,13 @@
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"esModuleInterop": true,
"module": "es2020",
"resolveJsonModule": true,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": false,
"allowSyntheticDefaultImports": true,
"target": "ES2022",
"typeRoots": [
"node_modules/@types"