Verify canary release
Link to code that reproduces this issue
Which canary version will you have in your reproduction?
Environment information
Expected behavior
importing/exporting gives no errors
Actual behavior
it gives you an error anytime you try to import .svelte file, it says module is not found
To Reproduce
To fix it, we need to replace the content of with-svelte/packages/ui/tsconfig.json with:
{
"extends": ["@repo/typescript-config/svelte.json", "./.svelte-kit/tsconfig.json"]
}
Additional context
No response