What is a TypeScript Map file?

Technology CommunityCategory: TypeScriptWhat is a TypeScript Map file?
VietMX Staff asked 3 years ago

.map files are source map files that let tools map between the emitted JavaScript code and the TypeScript source files that created it. Many debuggers (e.g. Visual Studio or Chrome’s dev tools) can consume these files so you can debug the TypeScript file instead of the JavaScript file.