diff --git a/tsconfig.json b/tsconfig.json index a476bbc..3c5f515 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "es2021", - "lib": ["es2021", "dom"], + "lib": ["es2021", "DOM"], "module": "CommonJS", "esModuleInterop": true, "declaration": true,