-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
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
Getting typescript errors #364
Comments
Hello @chan-dev |
I am also getting this error. Tried with Vscode and WebStorm, the Error pops up in both of them. The problem arises when "type": "module" is defined in package.json This expression is not constructable. |
Duplicate of #350 |
Hi @FrankHeijden There are a few things I am going to do before this action. P.S. Just in case you have time and motivation to work on something of mentioned items I appreciate any support. |
FYI for people trying to use this with Typescript in the meantime, I found this which will work until ESM is fully supported:
|
I'm getting this error in a nodejs 18 + typescript app. Even though, the build works successfully.
Just one thing that may needed to be sorted out
The text was updated successfully, but these errors were encountered: