From 808caa887efbf8445fad4fd8058c100e276ba88d Mon Sep 17 00:00:00 2001 From: AOHUA MU Date: Sat, 26 Jan 2019 19:42:06 +0800 Subject: [PATCH] add dom to compilerOptions --- types/redux-state-sync/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,