royale-compiler icon indicating copy to clipboard operation
royale-compiler copied to clipboard

Support for inline sources in source maps

Open velara3 opened this issue 2 years ago • 0 comments

In Typescript you have an option to put the sources inline in the exported js source map output.

This is useful when the source files are in a separate directory and are inaccessible by the web developer tools.

More info here:

https://www.typescriptlang.org/tsconfig#inlineSources

velara3 avatar Dec 24 '23 00:12 velara3