diff --git a/tsconfig.json b/tsconfig.json index 2724bb4..eab3b98 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,9 @@ { "compilerOptions": { "outDir": "lib", - "target": "ESNext", - "module": "ESNext", - "lib": ["dom", "esNext"], + "target": "esnext", + "module": "esnext", + "lib": [], "moduleResolution": "node", "declaration": true, "rootDir": "src",