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

Convert to Typescript #14

Open
erichartline opened this issue Sep 26, 2019 · 2 comments
Open

Convert to Typescript #14

erichartline opened this issue Sep 26, 2019 · 2 comments

Comments

@erichartline
Copy link
Contributor

At some point it would likely be in our best interests to convert from Flow to Typescript, which has a much more active community around it.

@erichartline
Copy link
Contributor Author

Steps to set up:

  1. Install dependencies npm install --save typescript @types/node @types/react @types/react-dom @types/jest
  2. Replace jsconfig.json with tsconfig.json
  3. Update Dockerfiles to include tsconfig.json instead of jsconfig.json
  4. Check Jest coverage collection and styleguide config to make sure they include .ts and .tsx files

@erichartline
Copy link
Contributor Author

This process has begun -- any new files should be written in TypeScript.

@erichartline erichartline transferred this issue from another repository Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant