Aw5739 Update to Angular v15

This commit is contained in:
2023-12-29 12:30:35 +01:00
parent bdd3d7fe4d
commit 18381975ef
44 changed files with 7575 additions and 2756 deletions

View File

@@ -13,7 +13,7 @@
"allowSyntheticDefaultImports": true,
"importHelpers": true,
"skipLibCheck": true,
"target": "es2020",
"target": "ES2022",
"typeRoots": [
"node_modules/@types"
],
@@ -34,7 +34,8 @@
],
"ngx-openlayers/*": [
"dist/ngx-openlayers/*"
],
}
]
},
"useDefineForClassFields": false
}
}