From 18cd9141a24a063335982752fe8703e8f58b86d4 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Tue, 26 Sep 2023 18:45:21 +0200 Subject: [PATCH] update dom lib --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,