Skip to content

Commit

Permalink
fix(tsconfig): target should be lower case
Browse files Browse the repository at this point in the history
closes #2938
  • Loading branch information
alfonso-presa authored and tbosch committed Jul 8, 2015
1 parent ac50ffc commit 0792f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/angular2/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"rootDir": ".",
"sourceMap": true,
"sourceRoot": ".",
"target": "ES5",
"target": "es5",
"outDir": "../../dist/js/cjs"
}
}

0 comments on commit 0792f1a

Please sign in to comment.