fix tsconfig

This commit is contained in:
peterkogo
2025-10-21 14:38:48 +02:00
committed by moklick
parent e96ff6fb66
commit 67bd461eee

View File

@@ -9,7 +9,11 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler"
"target": "esnext",
"module": "esnext",
"moduleResolution": "bundler",
"verbatimModuleSyntax": true,
"isolatedModules": true
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
//