Aw5739 update to Angular v15

This commit is contained in:
2023-12-27 16:23:26 +01:00
parent 27bf09531b
commit 60e779db53
11 changed files with 8942 additions and 3610 deletions

View File

@@ -13,7 +13,7 @@
"allowSyntheticDefaultImports": true,
"importHelpers": true,
"skipLibCheck": true,
"target": "es2020",
"target": "ES2022",
"typeRoots": [
"node_modules/@types"
],
@@ -32,6 +32,7 @@
"dist/common-map3d/common-map3d",
"dist/common-map3d"
]
}
},
"useDefineForClassFields": false
}
}