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#16
This integrates the `arethetypeswrong` CLI into the repo and runs it in
CI.
As part of this change, we are also no longer publishing ESM artifacts
due to issues with default exports and transpiling from ESM code to CJS.
This should be acceptable as even `jest-environment-jsdom` does not
publish ESM.
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: