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
It would be useful to be able to override tsconfig.json disallowSuperfluousObjectProperties value on a case by case basis in AssertType decorator factory: @AssertType({ disallowSuperfluousObjectProperties: true|false}). Currently I'm pretty sure this isn't supported (??).
If not possible currently, not sure if it's maybe a lot of work (the transformer code looks surprisingly complicated), but thought would ask.
The text was updated successfully, but these errors were encountered:
It would be useful to be able to override tsconfig.json
disallowSuperfluousObjectProperties
value on a case by case basis in AssertType decorator factory:@AssertType({ disallowSuperfluousObjectProperties: true|false})
. Currently I'm pretty sure this isn't supported (??).If not possible currently, not sure if it's maybe a lot of work (the transformer code looks surprisingly complicated), but thought would ask.
The text was updated successfully, but these errors were encountered: