fix tsconfig

This commit is contained in:
peterkogo
2025-10-30 21:25:04 +01:00
committed by moklick
parent e96ff6fb66
commit 67bd461eee
+5 -1
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
//