Skip to content

Commit a341bea

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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",

packages/@angular/cli/blueprints/ng/files/e2e/tsconfig.e2e.json

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

0 commit comments

Comments
 (0)