DimmieMan
Getting svelte-language-server/typescript-language-server to recognise deno workspace packages?
Attempting to get svelte kit going in a monorepo and what i hope is my last roadblock is having the svelte/typescript language sever recognise my local workspace packages.
With @deno/vite-plugin things work at runtime no problem and ts files have no issues as they're running deno LSP.
Svelte files and their language server however isn't picking them up.
will fail with
ts: Cannot find module '@scope/foo' or its corresponding type declarations.
Is there a trick i'm missing to get standard typescript tooling to recognise the package?1 replies