AO rodar npm run compile, está gerando esse erro:
../../node_modules/@types/react/index.d.ts:39:22 - error TS2792: Cannot find module 'csstype'. Did you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option?
39 import * as CSS from 'csstype';
{
"compilerOptions": {
"outDir": "dist/js",
"target":"ES6",
"noEmitOnError": true,
},
"include": [
"app/**/*"
]
}