We are exploring this package and noticed that array types are too extensive, as there's a union of tuple for each valid array length.
It'd be great if we could specify options for the underlying call to json-schema-to-typescript/compile.
In particular the one that disables generating such long types is ignoreMinAndMaxItems. See https://github.com/bcherny/json-schema-to-typescript#options
We are exploring this package and noticed that array types are too extensive, as there's a union of tuple for each valid array length.
It'd be great if we could specify options for the underlying call to json-schema-to-typescript/compile.
In particular the one that disables generating such long types is
ignoreMinAndMaxItems. See https://github.com/bcherny/json-schema-to-typescript#options