I\'m new in Angular. I saw sourcemap in tsconfig.json and by default it is \"sourceMap\": true. I had few doubts and found this link usefu
sourcemap
tsconfig.json
\"sourceMap\": true
When the sourceMap set to false. the output will be built with out a sourcemap file. And you can't debug with the browser on ts file without that.
sourceMap
false