Skip to content

Commit

Permalink
fix(core): make packageExports metadata optional field
Browse files Browse the repository at this point in the history
fix nx cloud type issue
  • Loading branch information
nartc committed Dec 18, 2024
1 parent bdc7634 commit 8acab95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/src/config/workspace-json-project-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export interface ProjectMetadata {
};
js?: {
packageName: string;
packageExports: undefined | PackageJson['exports'];
packageExports?: PackageJson['exports'];
};
}

Expand Down

0 comments on commit 8acab95

Please sign in to comment.