StripTypeScriptTypesOptions

sealed external interface StripTypeScriptTypesOptions(source)

Properties

Link copied to clipboard

Possible values are:

Link copied to clipboard
abstract var sourceMap: Boolean?

Only when mode is 'transform', if true, a source map will be generated for the transformed code.

Link copied to clipboard
abstract var sourceUrl: String?

Specifies the source url used in the source map.