diff --git a/tsconfig.json b/tsconfig.json index 34c7507..3b6bfec 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,7 @@ "resolveJsonModule": true, "forceConsistentCasingInFileNames": true, "declaration": true, - "lib": ["es2020", "esnext.array"] + "lib": ["es2020", "esnext.array", "DOM"] }, "include": ["./src/**/*.ts"], "exclude": ["node_modules", "src/Tests/*", "src/Binary/GenerateStatics.ts"]