Update to angular 15

This commit is contained in:
Lorenzo Iovino 2024-01-09 23:37:57 +01:00
parent fe8d500c52
commit 02909d4da7
4 changed files with 1998 additions and 1641 deletions

View file

@ -10,14 +10,15 @@
"module": "esnext",
"moduleResolution": "node",
"importHelpers": true,
"target": "es2020",
"target": "ES2022",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
]
],
"useDefineForClassFields": false
},
"files": [
"./src/polyfills.ts",