0

Since recently TypeScript compiler is distributed as either source code or Node.js package. Unfortunately, I can't install latest Node.js (I need an older version that could work in Cygwin) and so NPM isn't really an option in my case (I'm also not really enthusiastic about using Node.js overall...). So, is there a way to get TSC alone, without the Node.js package? Perhaps there's some donwloads page on the site w/o a direct link or some such? Maybe some mirror / GitHub fork or something?

TSC source code is written in TypeScript itself, which makes the idea of compiling it, whilst not having a compiler a really futile effort...

1 Answer 1

1

You can download it here: http://www.microsoft.com/en-us/download/details.aspx?id=34790

That's both the typescript compiler and a plugin for VS2012

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks! I figured out that the source code repository already contains a compiled version, so that was another option, just in case.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.