diff --git a/tsconfig.json b/tsconfig.json index a9d2208..d6c8045 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "outDir": "dist", "declaration": true, "customConditions": ["buildtime"], - "lib": ["esnext", "dom"], + "lib": ["esnext"], "target": "esnext", "module": "node16", "strict": true,