1 Commits

Author SHA1 Message Date
Tobias Klemp
f35e45c38c fix format
All checks were successful
CI / build-and-test (push) Successful in 3m41s
Deploy / build-and-deploy (push) Successful in 18m46s
2026-01-03 18:38:47 +01:00

View File

@@ -9,8 +9,8 @@
"skipLibCheck": true, "skipLibCheck": true,
"sourceMap": true, "sourceMap": true,
"strict": true, "strict": true,
"moduleResolution": "bundler", "moduleResolution": "bundler"
}, }
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias // Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files // except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
// //