You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#182
This integrates the `arethetypeswrong` CLI to the codebase and runs it
in CI, fixing any type issues that existed.
---------
Co-authored-by: Timo Stamm <ts@timostamm.de>
https://arethetypeswrong.github.io/ verifies type exports of NPM packages with the version resolution algorithms implemented in TypeScript.
It's available as a CLI, and we should use it here to guard against regressions. For reference, see connectrpc/connect-es#838.
The text was updated successfully, but these errors were encountered: