From 75cc4c40d45ee438f82c2daef43fd3acab11e77e Mon Sep 17 00:00:00 2001 From: Giovanni Bombassaro Date: Wed, 10 Jan 2024 14:53:17 -0300 Subject: [PATCH] Update tsconfig --- tsconfig.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 2e02d0332..989a4c094 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