Skip to content

Commit

Permalink
test(@angular/cli): output test compilation to es5
Browse files Browse the repository at this point in the history
  • Loading branch information
Brocco committed Mar 6, 2017
1 parent 8c3a7b8 commit a341bea
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 a341bea

Please sign in to comment.