Workspaces configuration for monorepos. Allows defining glob patterns for workspace packages.
{ "workspaces": { "packages": ["packages/*"], "nohoist": ["**/react-native"] }} Copy
{ "workspaces": { "packages": ["packages/*"], "nohoist": ["**/react-native"] }}
Optional
Packages that should not be hoisted to the root node_modules (Yarn only).
Glob patterns of workspace packages.
Workspaces configuration for monorepos. Allows defining glob patterns for workspace packages.
See