I'm trying to use TypeScript in my MVC4 application.
I add a TypeScript file to the Scripts folder y my app but Visual Studio 2012 doesn't generate the .js and .map files. It seems that ignore this file.
Using previous versions of WebEssentials and TypeScript my TypeScript files were compiled when I saved the .ts file, and .js and .map files where automatically generated.
Now with the latest version of WebEssentials and TypeScript I can't do the same.
What's new? What do I have to do to make it work?