chore: Upgrade frontend dev dependencies
Some checks failed
Build / build (pull_request) Failing after 2s
Check formatting / check-formatting (pull_request) Failing after 1s

This commit is contained in:
Magnus Leßmann (MarkL4YG) 2025-04-15 18:38:46 +02:00
parent a618a58041
commit 2a02e26b01
Signed by: Mark.TwoFive
GPG key ID: 5B5EBCBE331F1E6F
5 changed files with 1117 additions and 805 deletions

View file

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