sourcemap
- Type:
boolean|"inline"|"hidden" - Optional
Defined in: options/output-options.ts:166
Whether to generate sourcemaps.
false: No sourcemap will be generated.true: A separate sourcemap file will be generated.'inline': The sourcemap will be appended to the output file as a data URL.'hidden': A separate sourcemap file will be generated, but the link to the sourcemap (//# sourceMappingURLcomment) will not be included in the output file.
Default
ts
false