ThomasAribart / json-schema-to-ts

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

Resolve circular references (at least by `any` if impossible) #100

Open ThomasAribart opened 1 year ago

ThomasAribart commented 1 year ago

Would solve https://github.com/ThomasAribart/json-schema-to-ts/issues/96

mrded commented 1 year ago

To me everything resolves as any: https://github.com/ThomasAribart/json-schema-to-ts/issues/146