refactor: svelte

This commit is contained in:
2025-11-28 15:47:09 +03:00
parent eda0755f9d
commit 49530a9a70
14 changed files with 1184 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node"
},
"include": [
"vite.config.ts"
]
}