You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @ninjaPixel, this repo isn't currently maintained by anyone so sorry for the long wait. However, this seems like a small and pretty reasonable request, so if you're still up for making the PR be my guest. Otherwise, I'll take care of it when I get a second
quinnlangille
changed the title
Package doesn't work with browsers that don't support ES6
Feature: Move TS compiler target from ES6 to ES5
Oct 10, 2018
The typescript is transpilled to ES6 which means that older browsers throw an error when they try to load it.
Would you be open to a pull request to change the TypeScript compiler target from ES6 to ES5?
The text was updated successfully, but these errors were encountered: