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

Type declaration

  • defaultDirectory: SourcePath

    Location to store components that aren't merged.

  • OptionalforceIgnoredPaths?: Set<string>
  • mergeWith: Iterable<SourceComponent>

    Existing components to merge and replace the converted components with.

  • type: "merge"