Skip to content

Commit c4c3910

Browse files
committed
test(@angular/cli): output test compilation to es5
Fixes angular#5185
1 parent 8c3a7b8 commit c4c3910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@angular/cli/blueprints/ng/files/__path__/tsconfig.spec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],<% } %>
1313
"outDir": "<%= relativeRootPath %>/out-tsc/spec",
1414
"module": "commonjs",
15-
"target": "es6",
15+
"target": "es5",
1616
"baseUrl": "",
1717
"types": [
1818
"jasmine",

0 commit comments

Comments
 (0)