diff --git a/tsconfig.json b/tsconfig.json index 8973956..07e48aa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "rootDir": "src", "module": "ESNext", - "lib": ["DOM", "ESNext"], + "lib": ["ESNext"], "importHelpers": true, "declaration": true, "sourceMap": true,