keichi / binary-parser

A blazing-fast declarative parser builder for binary data
MIT License
864 stars 134 forks source link

Enable strict type checking #183

Closed keichi closed 2 years ago

keichi commented 2 years ago

Currently, some type checks are disabled. We should enable all checks in tsconfig.json and make sure the code compiles.