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
Hi @endel,
This only occurs if package.json has "type": "module"
package.json
"type": "module"
With gamestdio package, no error but a strange .default is required (and doesn't works)
.default
just in case : https://www.totaltypescript.com/how-to-create-an-npm-package
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @endel,
This only occurs if
package.json
has"type": "module"
With gamestdio package, no error but a strange
.default
is required (and doesn't works)just in case : https://www.totaltypescript.com/how-to-create-an-npm-package
The text was updated successfully, but these errors were encountered: