Skip to content

Commit

Permalink
fix(build): compile to es5
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa committed Jul 12, 2018
1 parent dd8a1a2 commit d0c4608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng2-smart-table/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"outDir": "../../dist/ng2-smart-table",
"rootDir": ".",
"sourceMap": true,
"target": "es6",
"target": "es5",
"inlineSources": true,
"stripInternal": false,
"baseUrl": "",
Expand Down

0 comments on commit d0c4608

Please sign in to comment.