From 67bd461eee16a31ee0582dc838da4c7e10da703c Mon Sep 17 00:00:00 2001 From: peterkogo Date: Tue, 21 Oct 2025 14:38:48 +0200 Subject: [PATCH] fix tsconfig --- examples/svelte/tsconfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/svelte/tsconfig.json b/examples/svelte/tsconfig.json index 82081abc..8625d4ce 100644 --- a/examples/svelte/tsconfig.json +++ b/examples/svelte/tsconfig.json @@ -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 //