The app has been ejected from create-react-app which makes upgrading more difficult.
The current method consists of:
- Create a new project with create react app, making sure
--typescript
flag specified - Manually compare config/*, package.json, tsconfig for changes
- Update accordingly
- Test
- Fix
Note, currently there should be no explicit changes to