DEV Community

Discussion on: TypeScript + Yarn Workspace Monorepo

Collapse
 
cyberwombat profile image
Yashua

For those that get an issue with Cannot find module "shared" or its corresponding type declarations when it is not yet built when you try to build the backend... I had this in my base config: "lib": ["es6", "es2015"],. Changing it to "lib": ["ESNext"], fixed the issue.