@oazmi/build-tools - v0.2.7
    Preparing search index...

    Interface CliConfigJson

    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 Summary)

    Index

    Properties

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