ThomasAribart / json-schema-to-ts

Infer TS types from JSON schemas 📝
MIT License
1.47k stars 31 forks source link

fix(inference): checks that `required` extends `ReadonlyArray<string>` instead of relying on `keyof` operator #17

Closed stalniy closed 3 years ago

stalniy commented 3 years ago

Fixes #16