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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi, and thank you for the template! It's really useful and saves a ton of work.
During the build phase in the backend folder, an error is thrown related to the TypeScript module resolution.
The build process completes successfully without any errors.
Setting the module property to Node16 in the tsconfig.json file may resolve the issue.
The text was updated successfully, but these errors were encountered:
Hi @boyskila Are you on the latest version? I fixed some complaints recently with this commit: bc4757a
Please check that your tsconfig is up to date.
If it says "moduleResolution": "node" simply change that to "node16"
"moduleResolution": "node"
"node16"
Let me know if this solves your issue ✌️
Sorry, something went wrong.
No branches or pull requests
Hi, and thank you for the template! It's really useful and saves a ton of work.
During the build phase in the backend folder, an error is thrown related to the TypeScript module resolution.
Steps to Reproduce
Expected Behavior
The build process completes successfully without any errors.
Possible solution
Setting the module property to Node16 in the tsconfig.json file may resolve the issue.
The text was updated successfully, but these errors were encountered: