diff --git a/types/redux-state-sync/tsconfig.json b/types/redux-state-sync/tsconfig.json index e2c1dcbede..dd15d9a067 100644 --- a/types/redux-state-sync/tsconfig.json +++ b/types/redux-state-sync/tsconfig.json @@ -2,7 +2,8 @@ "compilerOptions": { "module": "commonjs", "lib": [ - "es6" + "es6", + "dom" ], "noImplicitAny": true, "noImplicitThis": true,