-
Notifications
You must be signed in to change notification settings - Fork 178
Build fail with no implicit any #79
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
Comments
I just create an index.d.ts on the @nest-modules/mailer directory and everything works fine. Inside the @nest-modules/mailer/dist exists some definition files. The index.d.ts file is in the wrong directory (@nest-modules/mailer/dist/index.d.ts)? |
PR please |
@juandav that's my first contribution for an open source project, any tips about commit messages, branch names, etc are very welcome! Thanks a lot for the opportunity of contribute with the project. |
thank you. |
Hello people,
I don't know if this was because i update the mailer module, but the following error is happening when try to run or execute the production build.
If I disable the noImplicitAny flag in tsconfig.json, everything works fine.
My tsconfig.json
I note that mailer module don't have a .d.ts file, this can be the reason of the error ?
The text was updated successfully, but these errors were encountered: