diff --git a/tsconfig.base.json b/tsconfig.base.json index 2334352449..e2b27e7893 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -1,7 +1,7 @@ { "compilerOptions": { "lib": [ - "es2020" + "es2020", "dom" ], "target": "es6", "module": "commonjs",