From 427a9ee9738c0911caeaba5fb4b59d183ffe6244 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Fri, 8 Oct 2021 13:59:48 +0200 Subject: [PATCH] fix(@angular-devkit/build-angular): update workspace tsconfig lib es2020 (cherry picked from commit 6cb033e1c726c331332dbfed1facecf960c8d296) --- .../schematics/angular/workspace/files/tsconfig.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schematics/angular/workspace/files/tsconfig.json.template b/packages/schematics/angular/workspace/files/tsconfig.json.template index d26703b39104..977a7292beb3 100644 --- a/packages/schematics/angular/workspace/files/tsconfig.json.template +++ b/packages/schematics/angular/workspace/files/tsconfig.json.template @@ -19,7 +19,7 @@ "target": "es2017", "module": "es2020", "lib": [ - "es2018", + "es2020", "dom" ] },