Properly configure ECMAScript version of frontend

This commit is contained in:
Magnus Leßmann (@MarkL4YG) 2024-12-30 11:03:01 +01:00
parent d725d7d249
commit 28df5c0be2
Signed by: Mark.TwoFive
GPG key ID: E906A79D91006ECD
3 changed files with 977 additions and 30 deletions

View file

@ -5,7 +5,12 @@
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"target": "ES2023",
"lib": [
"DOM",
"ES2021",
"ES2024",
],
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]