johngeorgewright / runtyping

Generate runtype validation from static types & JSON schema.
MIT License
43 stars 5 forks source link

Support Typescript 5.x #613

Open timo92 opened 1 year ago

timo92 commented 1 year ago

The generator package currently has a peer dependency on "typescript": "^4.7.4". It would be great if this could be adjusted to include typescript 5.x e.g. via "typescript": "^4.7.4 || ^5".

I'm currently using it with typescript 5 via an overrides in my package.json and so far it seems to be working fine.