build
build: { global: Record<string, unknown>; targets: Targets[]; [key: string]: unknown;} changelog
changelog: { output: string }
clean
clean: { locations: string[] }
lint
lint: { locations: string[] }
log
log: { console: boolean; debug: boolean; enabled: boolean; output: string }
profiles
profiles: Record<string, Steps[]> serve
serve: {
defaultFile: string;
defaultFolder: string;
documentRoot: string;
httpPort: number;
httpsPort: number;
sslCrt: string;
sslKey: string;
}
typescript
typescript: Record<string, unknown>
watch
watch: { locations: string[] }