Open
Description
Describe the problem
Currently TSGo does not support rootDirs
which is required for sveltekit's unique auto generated type files. There's potential talk of deprecating rootDirs
entirely in future TS6 microsoft/TypeScript#61885.
Obviously supporting TSGo would require big changes to svelte-check
, but it'd be nice to somehow have a way to run the experimental version of TSGo in one's IDE. It seems to work fine in .svelte
files, it's just any .server.ts
that causes issues.
Describe the proposed solution
This seems like it'll sort of be solved in the long term with remote functions but just throwing it on the team's radar in case Typescript does in fact remove rootDirs
Alternatives considered
No response
Importance
nice to have
Additional Information
No response