diff --git a/tsconfig.base.json b/tsconfig.base.json index 4fee8cd0d..af0766384 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -18,7 +18,7 @@ "node_modules/@types" ], "lib": [ - "es2018", + "es2022", "dom" ], "paths": { diff --git a/tsconfig.build.json b/tsconfig.build.json index f9f1e42f4..66c6016a6 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -5,7 +5,7 @@ "compilerOptions": { "outDir": "tools", "skipLibCheck": true, - "lib": ["es2019", "dom"], + "lib": ["es2022", "dom"], "module": "commonjs", "target": "ES2020", "plugins": [ diff --git a/tsconfig.json b/tsconfig.json index 2e77c7fb3..4f64a5584 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ ], "lib": [ "dom", - "es2018" + "es2022" ] }, "angularCompilerOptions": {