Has this been abandoned? Alternatives?
TheBosZ opened this issue ยท 6 comments
TheBosZ commented
ezolenko commented
I made my own version (main reason was error checking).
It has its own class of problems due to different approach (speed, cache related issues and corner cases), but works ok in general case. Needs recent rollup and typescript 2+.
ncphillips commented
There's also the fork by @alexlur https://github.com/alexlur/rollup-plugin-typescript
PaulBGD commented
The best fix I've found is just installing your own version of typescript and passing that to this plugin.
alex-kinokon commented
I am actively maintaining my fork, if that matters.