Open zodern opened 2 years ago
When this option is disabled, which seems to be the default, typescript can remove imports for components. We should either find a way to ensure this option is always enabled when compiling svelte components, or document this.
Linking related forum post: https://forums.meteor.com/t/component-not-defined-after-import-svelte-typescript/59077
I think it is working if you delete your local folder and I created a PR to update the docs.
local
When this option is disabled, which seems to be the default, typescript can remove imports for components. We should either find a way to ensure this option is always enabled when compiling svelte components, or document this.