ng update @angular/core@20 @angular/cli@20

This commit is contained in:
2026-01-19 10:45:06 +01:00
parent 6a1e6f6495
commit f59e482f58
14 changed files with 6470 additions and 5819 deletions

View File

@@ -4,7 +4,7 @@
"outDir": "../../out-tsc/lib",
"target": "es2015",
"module": "es2015",
"moduleResolution": "node",
"moduleResolution": "bundler",
"declaration": true,
"sourceMap": true,
"inlineSources": true,
@@ -19,9 +19,7 @@
],
"paths": {
"@angular/*": [
"node_modules/@angular/*"
"node_modules/@angular/*"
]
}
},