We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node.js implementation should use ES5 modules still no?
The text was updated successfully, but these errors were encountered:
It compiles to CommonJS module format. I just pulled down the package to test and it works fine in Node without any sort of transpilation.
Sorry, something went wrong.
I changed from "esnext" to "commonjs" in /tsconfig.json of my current project to fix the issue ... do I understand the probleme correctly ?
No branches or pull requests
node.js implementation should use ES5 modules still no?
The text was updated successfully, but these errors were encountered: