moved to bun, fixed some linting issues

This commit is contained in:
2025-07-20 16:46:46 +02:00
parent 4b3babbcc2
commit 9653f7d37a
13 changed files with 917 additions and 5792 deletions

View File

@@ -8,8 +8,8 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true
//"lib": ["ESNext.Array"]
"strict": true,
"moduleResolution": "bundler"
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
//