I have a TypeScript monorepo containing /packages
, which are published to npm using lerna on deploy.
For some reason my Intellisense refuses to recognise any of my custom modules. I have tried editing the location of typescript.tsdk, modifying my tsconfig.json, etc. I run VSCode on WSL.
Other devs in my team have no such issue, but run on different OS.
I'll provide more info as required, not sure what would be helpful to fix this issue.