From db4ec46a1739479e1db40403ee17a033b07bda6d Mon Sep 17 00:00:00 2001 From: "H. Shay" Date: Mon, 27 Nov 2023 19:21:38 -0800 Subject: [PATCH] update compilation targets to alleviate some compilation errors --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 8e02b52b..1613c395 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "compilerOptions": { "experimentalDecorators": true, "emitDecoratorMetadata": true, + "lib": ["DOM", "es2022"], "noImplicitAny": false, "strict": true, "strictPropertyInitialization": false,