From fe662ae5e04d9e0f74129796d31040e8b3015b31 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Fri, 20 Aug 2021 11:21:53 +0300 Subject: [PATCH] chore: remove dom from ts lib --- tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index fa0192b..34e85f7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,7 @@ { "compilerOptions": { "allowJs": false, - "lib": [ - "dom", - "es7" - ], + "lib": ["es7"], "declaration": true, "module": "commonjs", "moduleResolution": "node",