diff --git a/tsconfig.json b/tsconfig.json index 2e02d033..989a4c09 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,12 @@ "declarationDir": "dist", "esModuleInterop": true, "jsx": "react", - "lib": ["es6", "dom", "es2016", "es2017"], + "lib": [ + "es6", + "dom", + "es2016", + "es2017" + ], "module": "esnext", "moduleResolution": "node", "noImplicitAny": false, @@ -34,6 +39,9 @@ ], "@prensa_tokens": [ "prensa_tokens.d.ts" + ], + "react": [ + "./node_modules/@types/react" ] } }, @@ -51,4 +59,4 @@ ".storyboook", ".github" ] -} +} \ No newline at end of file