diff --git a/sites/svelte.dev/tsconfig.json b/sites/svelte.dev/tsconfig.json index 6484f32c51..d6cd561d05 100644 --- a/sites/svelte.dev/tsconfig.json +++ b/sites/svelte.dev/tsconfig.json @@ -3,6 +3,7 @@ "compilerOptions": { "allowJs": true, "checkJs": true, - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true, + "moduleResolution": "bundler" } }