When opening the console in a browser, typically the javascript line number of a function call or error message is displayed.
However, my current setup involves using TypeScript, which gets compiled to Javascript.
I am wondering if there is a way to retrieve the line numbers for TypeScript instead?
My primary editor is VSCode.