From bacd046a4e977c859f6f100cc24aba7bfbeed8fb Mon Sep 17 00:00:00 2001 From: Adhiraj Singh Date: Sun, 19 Dec 2021 20:20:22 +0530 Subject: [PATCH] fix: tsc error for DOM --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]