- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 63
Closed
Description
Right now the jsconfig.json is omitted if people want no type checking at all. This has a few unwanted side effects
- intellisense isn't as good anymore. The VS Code extension will make the whole thing a inferred project which has some limitations
- stuff like aliases ($libfor example) doesn't work, in the sense of if you click on the component / import path it won't take you to the definition, because intellisense has no way of knowing how to resolve it
- other quirks like VSCode: Svelte 5 project in the subfolder strikes errors when using @render & #snippets language-tools#2557
For this reason, the CLI should add a jsconfig regardless, just with the type checking option turned off (i.e. "checkJs": false)
brunnerh and dkochetkov
Metadata
Metadata
Assignees
Labels
No labels