ArchGPT / insomnium

Insomnium is a fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia
MIT License
3.33k stars 125 forks source link

Reenable tsc check #71

Closed Perryvw closed 8 months ago

Perryvw commented 9 months ago

Reenabled mandatory type checking as part of CI to avoid quality errors.

Found a few type errors in the repo, mostly due to commenting out old Insomnia stuff but not removing all related references. I fixed those by commenting out more.

archywillhe commented 8 months ago

thanks! great work as always!