Whenever I debug I hit the following exception in every js file generated from ts when I hit the last line in the js file:
//@ sourceMappingURL=xxxx.js.map
Unhandled exception at line 103, column 5 in http://blah.com/ts/libs/xxxx.js
0x800a1391 - JavaScript runtime error: 'xxxx' is undefined
I presume this is because of the ts files and hence the js files not being in the root of the project and hence the url statement is incomplete. I've looked without success to find out how to augment the path... anyone know how to do this?