Transforming TypeScript into JavaScript

The TypeScript compiler is built in TypeScript, and hence is available as a JS file (tsc.js) that can be run using just about any ES3-compiliant VM or JS implementation.

That said, the compiler’s current file I/O infrastructure only supports Node and Windows Scripting Host file APIs. If you’d like to recommend for support for another environment, feel free to reach out to the team at our GitHub site (Formerly CodePlex)

Leave a Comment