Home > @rushstack/package-extractor > IExtractorSubspace
IExtractorSubspace interface
The extractor subspace configurations
Signature:
export interface IExtractorSubspace
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | (Optional) The folder where the PNPM "node_modules" folder is located. This is used to resolve packages linked to the PNPM virtual store. | ||
string | The subspace name | ||
(packageJson: IPackageJson) => IPackageJson | (Optional) The pnpmfile configuration if using PNPM, otherwise undefined. The configuration will be used to transform the package.json prior to extraction. |