I am new to Typescript and noticed that as well as the expected files I also see:
*.js.map
What is the purpose of these files, do I need to do anything with them?
I am new to Typescript and noticed that as well as the expected files I also see:
*.js.map
What is the purpose of these files, do I need to do anything with them?
它称为源映射,如果您想在现代浏览器或视觉工作室中调试您的打字稿代码,则需要它:http ://www.youtube.com/watch?v=TvD_ia7vkkA&hd=1