.map files are source map files that allow you to display tools between the emitted JavaScript code and the TypeScript source files that created it. Many debuggers (such as Visual Studio or Chrome dev tools) can use these files so that you can debug a TypeScript file instead of a JavaScript file.
This is the same source map format that is created by some minifiers and other compiled JS languages ββsuch as CoffeeScript .
Ryan Cavanaugh Jul 05 '13 at 17:07 2013-07-05 17:07
source share