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
(1) Svelte components imports that use absolute paths, create a cannot find module or its corresponding type declarations ts(2307) error in VS Code. Relative path imports work fine.
(2) Opening tsconfig.json creates an error message : No svelte input files were found in config file „…/tsconfig.json“. Did you forget to add svelte files to the 'include' in your tsconfig.json? Specified 'include' paths were '["**/*.ts"]' and 'exclude' paths were ‚undefined'
Reproduction
Use Svelte for VS Code version 109.00 on MacOS 14.6.1
Downgrading to the latest version 108.6.1, everything works as expected.
Expected behaviour
The errors should not appear - sounds silly, but that's it ;-).