Visual Studio Code – VSCode TS2307 Cannot find module
Opening a Typescript project in VSCode causes error "ts2307 Cannot find module 'react' or its corresponding type declarations". But Webstorm works fine. I created the repo from CRA, the typescript template. Node installed via nvm. I'm using yarn 3.2.3 here…