OptionalallOptionalcustomOptionaldevGenerate exports that link to source code during development.
publishConfig.OptionalexcludeSpecifies file patterns (as glob patterns or regular expressions) to exclude from package exports. Use this to prevent certain files from being included in the exported package, such as test files, binaries, or internal utilities.
Note: Do not include file extensions, and paths should be relative to the dist directory.
OptionallegacyGenerate legacy fields (main and module) for older Node.js and bundlers
that do not support package exports field.
Defaults to false, if only ESM builds are included, true otherwise.
OptionalpackageExports for package.json file.
Exports for all files.