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

Port to TypeScript #51

Open
danielnixon opened this issue Sep 11, 2020 · 1 comment
Open

Port to TypeScript #51

danielnixon opened this issue Sep 11, 2020 · 1 comment
Labels
tech debt Improvements to existing codebase, automated testing etc.

Comments

@danielnixon
Copy link
Collaborator

danielnixon commented Sep 11, 2020

  1. ✅ Add a tsc build step (using raw js files)
  2. ✅ Add type-coverage build step and corresponding badge
  3. ✅ Port js files to ts
  4. Enable tsc strict mode
  5. Increase type coverage as high as possible
  6. Upgrade to TypeScript 4.1
  7. Enable noUncheckedIndexedAccess (requires TypeScript 4.1)
  8. Enable eslint and https://github.com/danielnixon/eslint-config-typed-fp
@danielnixon
Copy link
Collaborator Author

Groundwork: 237db68

@NoxHarmonium NoxHarmonium added the tech debt Improvements to existing codebase, automated testing etc. label Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech debt Improvements to existing codebase, automated testing etc.
Projects
None yet
Development

No branches or pull requests

2 participants