Skip to content

Type Alias: Sourcemap

ts
type Sourcemap = boolean | 'inline' | 'hidden'

Defined in: src/options/types.ts:41

Released under the MIT License.