the combined json schema definition for this package's configurable cli json configuration files, provided with the --config witch.

interface CliConfigJson {
    buildDist?: CliDistConfig;
    buildDocs?: CliDocsConfig;
    buildNpm?: CliNpmConfig;
}

Hierarchy (view full)

Properties

buildDist?: CliDistConfig
buildDocs?: CliDocsConfig
buildNpm?: CliNpmConfig