Add type commonjs to package.json #1281
Labels
Comments
Hi! I'm new to elastic search and will like to work on this issue. Could you point me in the right direction? As far as I understand I need to add this line in the package.json right? |
Closed
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", }
The text was updated successfully, but these errors were encountered: