using VS 2012 Update 3, TSC 0.9.1.1 and the latest version of Web Essentials (although this was a problem since Web Essentials removed support for TypeScript).
Very often TypeScript will not compile when saved. I had to resort to opening the .js file at the same time, and I hope that I get a message about a file change. But then it will stop building, and therefore the file will not be modified, and I will not see the message.
Sometimes there is a problem with the error errors that TypeScript generates, which I know because it usually removes ";" and adding it back will usually make it rethink the error and remove it. The error does not even have to be in this file, and fixing the error never fixes the save and compile function.
The only fix I found was to close the .ts file, and the .js file (.js) is important). Then open .ts, wait until it is fully downloaded and then download the .js file in that order or it will never work (you do not need to open the .js file, but if you open it first it will not work).
I tried to restart (VS and Win 7) and this will fix it for a while, but in the end it often stops working again and again.
This is very annoying as I write TypeScript the vast majority of the day.
source share