From ed46914eb09dda86e86e0f3fbfeb0b7aec42f23e Mon Sep 17 00:00:00 2001 From: Connor Schlesiger Date: Wed, 23 Aug 2017 18:19:05 -0400 Subject: [PATCH] Add dom lib --- types/nightwatch/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/nightwatch/tsconfig.json b/types/nightwatch/tsconfig.json index b46be7887c..1130615099 100644 --- a/types/nightwatch/tsconfig.json +++ b/types/nightwatch/tsconfig.json @@ -2,7 +2,8 @@ "compilerOptions": { "module": "commonjs", "lib": [ - "es6" + "es6", + "dom" ], "noImplicitAny": true, "noImplicitThis": true,