Skip to content

Commit

Permalink
ts: target es5
Browse files Browse the repository at this point in the history
Not used enough es6 features to really justify it.

This should fix a bunch of open issues

Fixes: #34
Fixes: #35
Fixes: #31
  • Loading branch information
MylesBorins committed Nov 26, 2018
1 parent c33bf99 commit a5fd5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"outDir": "./dist",
"removeComments": true,
"strictNullChecks": true,
"target": "es6"
"target": "es5"
},
"files": [
"./src/base64url.ts"
Expand Down

0 comments on commit a5fd5ab

Please sign in to comment.