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": "./",