I am unable to get source mapping working so my typescript errors in nodejs do not have correct line numbers and I do not know where errors are thrown.
Here is an example of an error
at loop (file:///home/mark/VSCodeProjects/witsand/server/workers/worker.ts:1:2044)```
I've tried installing source-map-support. --enable-source-maps and many other things but I just have no idea why it doesn't work or how to get it working.
The documentation is unclear and I've been walking the web for many hours stumbling across useless posts