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)
but when I try to find in available packages than all works fine again:
Can someone help me with this issue?

