From 53e995a2d8f2718a00c59c38ea78232701bb536b Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Tue, 4 Sep 2018 07:38:52 -0700 Subject: [PATCH] Add dom lib to typings-test --- fixtures/typings-test/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/fixtures/typings-test/tsconfig.json b/fixtures/typings-test/tsconfig.json index e10b6955..9cd56129 100644 --- a/fixtures/typings-test/tsconfig.json +++ b/fixtures/typings-test/tsconfig.json @@ -6,6 +6,7 @@ "module": "commonjs", "target": "es5", "lib": [ + "dom", "es6" ], "noEmit": true