I'm trying to get typescript debugging working, but when i generate the map files (Web Essentials) and then run the project, VS.net 2012 catches in the debugger on the //@ sourceMappingURL= XXXX.xxxx.js.map line at the bottom of the generated .js files.
How do I stop it and make it debug properly?
Thanks!