Effect CommunityEC
Effect Communityβ€’5mo agoβ€’
21 replies
Nikolai

Trouble Setting Up Effect-TS Language Service with TSPC in Monorepos

Hey all πŸ‘‹ Trying to get up and running with https://github.com/Effect-TS/language-service and in VSCode it's looking great - already caught some bugs! I'm having trouble setting it up with tspc though. I have an npm workspaces project, I installed ts-patch at the top level as a dev dependency, I added the transform to the base tsconfig.json (shared by all sub-modules), but when I run npx tspc it fails to catch errors that show up in VSCode. Are there any known issues/weirdnesses with monorepos?
Was this page helpful?