fix: remove deprecated baseUrl/paths from tsconfig (TS7 compat)
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 12s

This commit is contained in:
ordinarthur 2026-04-12 11:56:23 +02:00
parent 44deb66cb7
commit 8107dab15e

View File

@ -4,8 +4,6 @@
"target": "es2023", "target": "es2023",
"lib": ["ES2023", "DOM", "DOM.Iterable"], "lib": ["ES2023", "DOM", "DOM.Iterable"],
"module": "esnext", "module": "esnext",
"baseUrl": ".",
"paths": { "@/*": ["src/*"] },
"types": ["vite/client"], "types": ["vite/client"],
"skipLibCheck": true, "skipLibCheck": true,