To fix this problem add this line to .tsconfig.json file
"compilerOptions": { ...., "paths": { ...., "react": [ "./node_modules/@types/react" ] } }