Skip to content

Commit

Permalink
fix(build): downgrade to es5
Browse files Browse the repository at this point in the history
  • Loading branch information
Netanel Basal committed Apr 23, 2018
1 parent fe262fa commit 0eee88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2015",
"target": "es5",
"module": "commonjs",
"lib": [
"es2016",
Expand Down

0 comments on commit 0eee88c

Please sign in to comment.