TSC.exe location in Chutzpah.json

Feb 26 at 8:34 PM
I'm not quite sure which TypeScript compiler Chutzpah is using to compile TS code. I'm assuming it's the one installed by the TypeScript plugin.

It'd be great if we could override the location of the exe (or js) compiler in chutzpah.json so that we could use whichever version of TypeScript we wanted (for us, we have the compiler in the TFS tree so that everyone is compiling with the same version of TS).
Coordinator
Mar 3 at 5:01 PM
Chutzpah currently embeds TypeScript inside of the binary but I could expose an option to override. The only concern is someone using a version that I have not tested with.
Mar 3 at 6:43 PM
That would be great to be able to override it.
Perhaps an ominous warning on https://chutzpah.codeplex.com/wikipage?title=Chutzpah.json%20Settings%20File for using untested versions?
Thanks!