diff --git a/packages/redux-devtools-ui/tsconfig.json b/packages/redux-devtools-ui/tsconfig.json index 48091635..69085b82 100644 --- a/packages/redux-devtools-ui/tsconfig.json +++ b/packages/redux-devtools-ui/tsconfig.json @@ -2,7 +2,8 @@ "extends": "../../tsconfig.react.base.json", "compilerOptions": { "outDir": "lib/types", - "types": ["node"] + "types": ["node"], + "skipLibCheck": true }, "include": ["src"] }