Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type-checking improvements #80

Merged
merged 2 commits into from
Sep 9, 2024
Merged

Type-checking improvements #80

merged 2 commits into from
Sep 9, 2024

Conversation

nicknovitski
Copy link
Member

@nicknovitski nicknovitski commented Sep 6, 2024

Summary of changes:

  • Running tsc with no options checks every file (build still builds
    source, like before)
  • The test workflow runs yarn tsc
  • Use jest's built-in types
  • Enable strictest config values

@nicknovitski nicknovitski requested review from a team and vonovak and removed request for a team September 6, 2024 01:07
@nicknovitski nicknovitski marked this pull request as ready for review September 6, 2024 01:11
- Running `tsc` with no options checks every file (`build` still builds
  source, like before)
- Use jest's built-in types
- Enable strictest typechecking settings
- The test workflow runs `yarn tsc`
- The test workflow installs @types/node
@nicknovitski nicknovitski merged commit 41773e1 into main Sep 9, 2024
3 checks passed
@nicknovitski nicknovitski deleted the tsc-strictest branch September 9, 2024 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants