typescript: Cannot find module 'react'
I don't understand why it can't find it. $ cat tsconfig.json { "compilerOptions": { "sourceMap": true, "target": "es6", "jsx": "react", "types": [ "lodash", "react",...