-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
json-schema-to-typescript doesn't work #7
Comments
NOTE: you can work around this by disabling strict null check. It's not great, but at least it's better than status quo. |
This mostly gets fixed with the For now, we manually edit the generated file to fix these errors (look for comment, |
Opened PR with fix bcherny/json-schema-to-typescript#560 |
Worked around for now with a |
json-schema-to-typescript
doesn't work because it emits types using index signatures for complex schemas usingpatternProperties
andadditionalProperties
, which can be incompatible when mixed.See bcherny/json-schema-to-typescript#356
Here are the current error messages
The text was updated successfully, but these errors were encountered: