- Follow official [create react app guide to add TS support](https://create-react-app.dev/docs/adding-typescript/) - Rename `.js` and `.jsx` files to be `.ts` and `.tsx` as appropriate - Installed missing packages - Move settings over from `.jsconfig` to `.tsconfig`