Aw5739 Update to Angular v15.

This commit is contained in:
2024-01-08 12:33:38 +01:00
parent b0587bc4c3
commit 1988b3f74d
41 changed files with 7612 additions and 2826 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
}
}