`react-scripts` does not have `typescript@5` as a peer dependency. TS added to `client/package.json` overrides to make `npm ci` pass. Once `react-scripts` is updated, get rid of the `overrides` section: [Issue](https://github.com/facebook/create-react-app/issues/13080) [PR](https://github.com/facebook/create-react-app/pull/13071) Later on, frontend should probably be migrated to use Next.js(?).