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",