This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Description
I'm currently trying to build an app in which I need generator functions. Typescript can only handle them when compiling to es6, not when compiling to es5. It would be cool if I could compile the typescript to es6 (which is possible at the moment), and after that compile it to es6 withe babelify or do some other transforms on it.
Currently you can add browserify options. When specifying a transform here, it will also get executed before the typescript compilation.