NPM Build Utilities @ 0.3.0-alpha.9
    Preparing search index...

    Interface InternalInternal

    Complete configuration shape. Requires more properties than Config.

    These properties are properly defined in Config.

    0.1.0-alpha

    interface Internal {
        clr: Colour;
        compiler: Partial<Stage.Compiler.Args> | undefined;
        console: Partial<Logger.Args> | undefined;
        fs: Partial<FileSystemType.Args>;
        launchYear: string;
        paths: Config.Internal.Paths;
        replace: Replace | ((stage: Stage) => Replace);
        stages: Config.Internal.Stages;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    clr: Colour

    Default output colour to the terminal.

    compiler: Partial<Stage.Compiler.Args> | undefined
    console: Partial<Logger.Args> | undefined

    Optional arguments to use when constructing FileSystem.

    launchYear: string
    replace: Replace | ((stage: Stage) => Replace)

    Placeholders to be replaced during the build processes.

    title: string