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
Problem: in our project we use the tsconfig property exactOptionalPropertyTypes. But i noticed today, that this is incompatible with typia. I have an interface that has all properties optional but every input is throwing errors (does not matter which function i use, assert, is, validate, even null) if at least one optional property is missing.
We don't want to have any property defined but undefined in value.
It would be nice if typia could support it. If not it might be good to add this to "List of incompatible tsconfig settings"
The text was updated successfully, but these errors were encountered:
Problem: in our project we use the tsconfig property exactOptionalPropertyTypes. But i noticed today, that this is incompatible with typia. I have an interface that has all properties optional but every input is throwing errors (does not matter which function i use, assert, is, validate, even null) if at least one optional property is missing.
We don't want to have any property defined but undefined in value.
It would be nice if typia could support it. If not it might be good to add this to "List of incompatible tsconfig settings"
The text was updated successfully, but these errors were encountered: