gcanti / io-ts

Runtime type system for IO decoding/encoding
https://gcanti.github.io/io-ts/
MIT License
6.68k stars 331 forks source link

PSA: TS 5.1 can break using this library #698

Closed alecgibson closed 1 year ago

alecgibson commented 1 year ago

Just in case anyone tries bumping TypeScript to 5.1 and also runs into compilation errors in io-ts, I've filed an upstream bug report to TypeScript: https://github.com/microsoft/TypeScript/issues/54495

alecgibson commented 1 year ago

Should be fixed by https://github.com/microsoft/TypeScript/pull/54536