Skip to content

Commit

Permalink
test(@angular/cli): output test compilation to es5 (#5255)
Browse files Browse the repository at this point in the history
Fixes #5185
  • Loading branch information
Brocco authored Mar 6, 2017
1 parent 8c3a7b8 commit e0aeccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],<% } %>
"outDir": "<%= relativeRootPath %>/out-tsc/spec",
"module": "commonjs",
"target": "es6",
"target": "es5",
"baseUrl": "",
"types": [
"jasmine",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],<% } %>
"outDir": "../dist/out-tsc-e2e",
"module": "commonjs",
"target": "es6",
"target": "es5",
"types":[
"jasmine",
"node"
Expand Down

0 comments on commit e0aeccb

Please sign in to comment.