chore: upgrade core build tooling (vite 8, svelte plugin 7, typescript 6)

This commit is contained in:
Ilia Mashkov
2026-05-05 14:15:59 +03:00
parent 3894912a22
commit 6c20a68e19
3 changed files with 532 additions and 79 deletions
+1
View File
@@ -1,6 +1,7 @@
{
"extends": "@tsconfig/svelte/tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"module": "ESNext",
"moduleResolution": "bundler",
"target": "ESNext",