From 215ac1028e86e4461473e53d507252c291945b2d Mon Sep 17 00:00:00 2001 From: yaacovCR Date: Mon, 17 Feb 2020 11:02:11 -0500 Subject: [PATCH] fix(typescript): remove dom requirement --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0e391487814..2e4b27f2603 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "experimentalDecorators": true, - "lib": ["es7", "dom", "esnext.asynciterable"], + "lib": ["es7", "esnext.asynciterable"], "module": "commonjs", "target": "es5", "noImplicitAny": true,