TypeStrong / tsify

Browserify plugin for compiling TypeScript
344 stars 75 forks source link

Clarify source map config details #268

Closed lachlancresswell closed 4 years ago

lachlancresswell commented 4 years ago

Specifically indicate sourceMap and inlineSourceMap in tsconfig.json are ignored and source maps are entirely dictated by Browserify.

I personally spent some time chasing an answer for why external source maps weren't being generated.