Monorepo Yarn workspaces with Typescript in VSCode

Viewed 378

I create several repositories using Yarn Workspaces. Web works fine just my VSCode and Typescript (maybe eslint - but I do not use it in this project) are not happy with my monorepo. When I make import it shows

Cannot find module 'react' or its corresponding type declarations.ts(2307)

enter image description here

but when I try to find in available packages than all works fine again:

enter image description here

Can someone help me with this issue?

0 Answers
Related