Skip to content

Type Alias: Sourcemap

ts
type Sourcemap = boolean | "inline" | "hidden";

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

Released under the MIT License.