Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 483 Bytes

File metadata and controls

11 lines (8 loc) · 483 Bytes

config vs node-source-map-support module bug

config module does not play well with node-source-map-support when configs are stored as ts files.

expected

(this happens when you have ./src/server.ts#21 is commented out) does work

actually happens

does not work

Pay attention, stack trace does not reference the actual ts files.