This adds type coverage monitoring to the packages. It doesn't introduce a CI check for regressions but that would be a short hop from this.
To simplify the implementation it also changes jsconfig to tsconfig. In the course of doing that, some type errors were detected in a two year old ts-types.d.ts and for now they have FIXME.
Description
Akin to https://github.com/Agoric/agoric-sdk/pull/8410/
This adds type coverage monitoring to the packages. It doesn't introduce a CI check for regressions but that would be a short hop from this.
To simplify the implementation it also changes
jsconfig
totsconfig
. In the course of doing that, some type errors were detected in a two year old ts-types.d.ts and for now they have FIXME.Security Considerations
n/a
Scaling Considerations
n/a
Documentation Considerations
n/a
Testing Considerations
CI
Upgrade Considerations
n/a