I installed TypeScript tools for Visual Studio 2015 and the compiler gets angry quickly (compared to my old Gulp process). I compile with saving the settings in the tsconfig file and everything works fine!
However, if I undo the change from the original control, it does not seem to cause compilation, as Ctrl + S does. Is there a way to force VS to run the file while saving the file that was modified using the source control?
source share