I am using TypeScript for my node.js backend development. Whenever I get an error in node.js it shows me the line number relating to the transpiled JavaScript (.js) files, not the TypeScript (.ts) files.
If you have used ionic, we get the error corresponding to the typescript file there.
Is there any way I get error line number relating to my typescript file? If yes please explain how and what changes I need to do to the config file.