Home > @rushstack/package-extractor > IExtractorOptions > subspaces
IExtractorOptions.subspaces property
When using Rush subspaces, this setting can be used to provide configuration information for each individual subspace.
Signature:
subspaces?: IExtractorSubspace[];
Remarks
To avoid confusion, if this setting is used, then the IExtractorOptions.transformPackageJson and IExtractorOptions.pnpmInstallFolder settings must not be used.