Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd type commonjs to package.json #1281
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As suggested in the ESM guidelines of Node.js it would be good to explicit the type of the module.
{ + "type": "commonjs", }