sourcemapExcludeSources
- Type:
boolean - Optional
Defined in: options/output-options.ts:257
Whether to exclude the original source code from sourcemaps.
When true, the sourcesContent field is omitted from the generated sourcemap, reducing the sourcemap file size. The sourcemap will still contain source file paths and mappings, so debugging works if the original files are available.
Default
ts
false