Reputation: 240
As I understand typescript will be transpiled to JavaScript and if something inside of my code will throw an error it will contain the stack trace with line numbers of JavaScript not TypeScript. Is any libraries, plugins exists to solve this problem for production running instance? I know that for web we have map.js files is something the similar exist for node.js?
Upvotes: 2
Views: 1689