drivo / sublime-typescript-compiler

TypeScript compiler package for Sublime Text 2. You can compile fragment or whole .ts file into a new plain JavaScipt. Developed for JavaScript prototyping in mind.
Other
5 stars 3 forks source link

Added support for output folder #4

Closed bwallberg closed 11 years ago

bwallberg commented 11 years ago

The compiler works great but I found myself wanting to have a default output folder that isn't directly where the source file is. I modified the script to add support for output folder, it should work in Linux and Mac as well but it was developed in Wndows.

I figured it might be interesting for you as well :)