event-driven-io / Pongo

Pongo - Mongo but on Postgres and with strong consistency benefits
https://event-driven-io.github.io/Pongo/
MIT License
1.21k stars 30 forks source link

Updated TS config to fix debugging #70

Closed oskardudycz closed 2 months ago

oskardudycz commented 2 months ago

It seems that, if you have "inlineSourceMap": true in your tsconfig, this means that your source maps are embedded directly within the generated JavaScript files as a data URI rather than being written out as separate .map files. This can be helpful in some cases, but it might cause issues if you're also using external source maps (sourcemap: true in tsup), leading to confusion in your debugger.