Showing the stack trace in .ts lines instead of .js

Hi !

When running serverless in dev mode, when an error occurs the stack trace points to .js lines, while i’m using ts, making it difficult to point to the error source. How can I switch the stack trace to .ts files ?

Thanks