From 7b9ca7a7b09010c9e6faba1fffe804c7edcde92d Mon Sep 17 00:00:00 2001 From: Christian Liebel Date: Wed, 9 May 2018 10:39:17 +0200 Subject: [PATCH] feat(@schematics/angular): update tsconfig.json libs to include es2017 Update the lib property in tsconfig.json for Angular libraries to include es2017. --- .../angular/library/files/__projectRoot__/tsconfig.lib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schematics/angular/library/files/__projectRoot__/tsconfig.lib.json b/packages/schematics/angular/library/files/__projectRoot__/tsconfig.lib.json index 7f69a39eb0..e56fc6bdbd 100644 --- a/packages/schematics/angular/library/files/__projectRoot__/tsconfig.lib.json +++ b/packages/schematics/angular/library/files/__projectRoot__/tsconfig.lib.json @@ -14,7 +14,7 @@ "types": [], "lib": [ "dom", - "es2015" + "es2017" ] }, "angularCompilerOptions": {