TypeScript source map files don't work with Chrome
问题 I'm trying to get TypeScript source debugging working in Chrome, but I'm running into two specific and perhaps related problems. The first is that the comment generated by the TypeScript/WebEssentials compiler that's supposed to identify the location of the source map file looks like this: //sourceMappingUrl=MySourceFile.js.map But Chrome won't read that file. It seems expect that the comment will look like this: //@ sourceMappingUrl=MySourceFile.js.map If I manually change the comment to