跳到正文

Type Alias: Sourcemap ​

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

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

Released under the MIT License.