fix the ~100 errors caused by running npm lint-check + add a CI check for this
most of these are due to usage of any type, and require some systematic thinking to ensure that our ts code compiles while also passing the npm run lint-check. This will require some thought, though it shouldn't be a tremendous amount of effort
fix the ~100 errors caused by running
npm lint-check
+ add a CI check for thismost of these are due to usage of any type, and require some systematic thinking to ensure that our ts code compiles while also passing the
npm run lint-check
. This will require some thought, though it shouldn't be a tremendous amount of effort