Map errors to TypeScript file instead of built index.js?

When there’s a TypeScript/JavaScript exception thrown, it points to the code in the built index.js file. Is there any way to make it so it shows the file path in the TypeScript file instead?

Hello @KamilDev,

This is not possible as Nakama expects a single bundled JS file to be provided as the entrypoint, and so it does not have any knowledge on other source files.

Best.