Support ESM and CommonJS Uses of Your Library
View on Twitter
💡 Writing a Node.js library using ES Modules instead of Common JS?
👉🏼 Support users who aren't using ESM by adding a mapping for the main export for your library in your package.json file.