diff --git a/tsconfig.json b/tsconfig.json index 2e0131609c..02904af9d1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,12 +12,6 @@ "outDir": "./lib", "declaration": true, "jsx": "react", - "types": [ - "node", - "react", - "flux", - "react-transition-group" - ], "lib": [ "es2019", "dom", @@ -27,5 +21,5 @@ "include": [ "./src/**/*.ts", "./src/**/*.tsx" - ], + ], }