ThomasAribart / json-schema-to-ts

Infer TS types from JSON schemas 📝
MIT License
1.4k stars 30 forks source link

noStrictGenericChecks is deprecated in TS 5.5 #202

Closed bcomnes closed 4 weeks ago

bcomnes commented 4 weeks ago

I was noodling around with typescript 5.5 beta and noticed that noStrictGenericChecks an no longer functions. Do you (or anyone) have an idea of a workaround for this limitation? Type checking with this breaks without that option.

https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-rc/

bcomnes commented 4 weeks ago

Actually maybe I'm running into a different issue.