Closed itsdouges closed 9 months ago
Latest commit: a8ead2d370de0d3e49fb7f31968793233ca8c006
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Ooh thanks for the fix
LGTM assuming that skipLibCheck
is removed and you get green builds
Needs more work.
This pull request adds a typecheck command and adds it to the CI run. It also fixes a ton of violations. One thing I haven't reconciled yet is how to typecheck the project references with the same command, any ideas let me know! Perhaps we just exclude packages and assume they're typechecked when generating the types?...