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
This is fine, but I think the @minItems and @maxItems annotations are silly since the number of items is already quite clear from the tuple type.
I didn't see an option to disable outputting of this JSDoc, so this is a request to either 1) add such an option or 2) never generate JSDoc like this for a tuple type.
The text was updated successfully, but these errors were encountered:
This JSON Schema:
results in this TS:
This is fine, but I think the
@minItems
and@maxItems
annotations are silly since the number of items is already quite clear from the tuple type.I didn't see an option to disable outputting of this JSDoc, so this is a request to either 1) add such an option or 2) never generate JSDoc like this for a tuple type.
The text was updated successfully, but these errors were encountered: