Skip to content

Theemo / @theemo/build / GenerateConfig

Interface: GenerateConfig

Properties

auto

ts
auto: boolean;

Source

config.ts:12


base?

ts
optional base: string;

Source

config.ts:11


colorSchemes?

ts
optional colorSchemes: object;

Index signature

[key: string]: SchemeConfig

Source

config.ts:14


defaultColorScheme?

ts
optional defaultColorScheme: string;

Source

config.ts:13


input

ts
input: string;

Source

config.ts:9


output?

ts
optional output: string;

Source

config.ts:10