You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like it's because .svelte-kit/tsconfig.json changed compilerOptions.moduleResolution from node (which I think is the default and what older SvelteKit versions used) to bundler.
You can fix it for now by adding "moduleResolution": "node" to compilerOptions in tsconfig.json. Doesn't seem to break anything.
I'll add a fix for it when I have a couple hours free time to read about obscure typescript / package.json rules and conflicts 😀
This import doesn't work somehow... When I import just 'bigger-picture' it works fine.
The text was updated successfully, but these errors were encountered: