I've installed the TypeScript for Visual Studio 2015 tools and the compile is wicked fast (compared to my old Gulp process). I have compile on save setup in the tsconfig file and that all works great!
However, if I undo a change from source control, it doesn't seem to trigger the compile the way Ctrl+S does. Is there any ways to make VS kick off a file save on a file that was changed by source control?