@salesforce/source-deploy-retrieve
    Preparing search index...

    Type Alias MergeConfig

    type MergeConfig = {
        defaultDirectory: SourcePath;
        forceIgnoredPaths?: Set<string>;
        mergeWith: Iterable<SourceComponent>;
        projectDirectory?: string;
        type: "merge";
    }
    Index
    defaultDirectory: SourcePath

    Location to store components that aren't merged.

    forceIgnoredPaths?: Set<string>
    mergeWith: Iterable<SourceComponent>

    Existing components to merge and replace the converted components with.

    projectDirectory?: string

    Project root used as the symlink-containment boundary for write-path guards.

    type: "merge"