diff --git a/tsconfig.json b/tsconfig.json index 56f6531..27fe1e2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "esModuleInterop": true, "exactOptionalPropertyTypes": true, "forceConsistentCasingInFileNames": true, - "lib": ["ES2020"], + "lib": ["ES2020", "DOM"], "module": "CommonJS", "moduleResolution": "node", "noEmit": true,