### Verify canary release - [x] I verified that the issue exists in the latest Turborepo canary release. ### Link to code that reproduces this issue - ### Which canary version will you have in your reproduction? - ### Environment information ```block ``` ### 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: ```json { "extends": ["@repo/typescript-config/svelte.json", "./.svelte-kit/tsconfig.json"] } ``` ### Additional context _No response_