diff --git a/tsconfig.json b/tsconfig.json index 8e02b52..1613c39 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,