From e4f86fd83828a9590b3862ebbacf75d0a06cfe2c Mon Sep 17 00:00:00 2001 From: Stephen Cavaliere Date: Mon, 6 Feb 2017 20:19:14 -0500 Subject: [PATCH] chore: update generated app tsconfig to enable es2016 apis --- .../@angular/cli/blueprints/ng2/files/__path__/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@angular/cli/blueprints/ng2/files/__path__/tsconfig.json b/packages/@angular/cli/blueprints/ng2/files/__path__/tsconfig.json index fb60eefef8ea..ccc9fc420ccc 100644 --- a/packages/@angular/cli/blueprints/ng2/files/__path__/tsconfig.json +++ b/packages/@angular/cli/blueprints/ng2/files/__path__/tsconfig.json @@ -5,7 +5,7 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "lib": [ - "es2015", + "es2016", "dom" ], "mapRoot": "./",