You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Can a new release be published to fix the nestjs InjectMapper decorator type.
This blocks nestjs projects from updating to typescript 5 as it now has tighter parameter decorator checking. microsoft/TypeScript#52435
It was fixed in nestjs in nestjs/nest#10970. The main branch has already updated nestjs to a version with this but a release hasn't been made since then.
Describe the solution you'd like
Can a new release be published to fix the nestjs InjectMapper decorator type.
Describe alternatives you've considered
I could write my own wrapper decorator to fix the typing but having a new release would be ideal.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Can a new release be published to fix the nestjs InjectMapper decorator type.
This blocks nestjs projects from updating to typescript 5 as it now has tighter parameter decorator checking.
microsoft/TypeScript#52435
It was fixed in nestjs in nestjs/nest#10970. The main branch has already updated nestjs to a version with this but a release hasn't been made since then.
Describe the solution you'd like
Can a new release be published to fix the nestjs InjectMapper decorator type.
Describe alternatives you've considered
I could write my own wrapper decorator to fix the typing but having a new release would be ideal.
Additional context
No response
The text was updated successfully, but these errors were encountered: