Typescript command line compilation without NodeJS

GoMike

New Member
I was looking over Typescript and was a bit confused about how you could build your js files from the ts files via the command line.It implies in the documentation that you can do it easily through nodeJS, which would be great if I wanted a dependency on nodeJS... So is there any way to compile it via the command line without having nodeJS or visual studio?This may seem crazy to some, but I would just put a build script step to output the javascript at the end if possible then package it into my release, as I tend to do most of my javascript development with RubyMine and don't want a dependency on nodeJS or Visual Studio for my build server.
 
Back
Top