Given the fact that TypeScript is Open Source, is this Web-Based IDE also available as a tool that can be downloaded anywhere?
I\'m developing a web application in which
Koding provides a VM with Root so you can install whatever tools you need, and in this case, TypeScript via npm install -g typescript.
npm install -g typescript
VM Domain and Apache is included, so previewing your work in your browser is also easy :)