跳到正文

Type Alias: Sourcemap

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

Defined in: src/config/types.ts:43

Released under the MIT License.