I am getting the following error:
node_modules/@types/react-redux/index.d.ts(8,24): error TS2307: Cannot find module \'redux\'.
despite hav
I experienced the same problem on a react-native project. This fix worked for me:
You have to add "moduleResolution": "node" to the compiler options in order to include type definitions linked in package.json files.
Documentation here https://www.typescriptlang.org/docs/handbook/module-resolution.html