Upgrade in TypeScript in React JS
npm install -g typescript@latest
Doubtful Dolphin
npm install -g typescript@latest
npx create-react-app my-app --template typescript
# or
yarn create react-app my-app --template typescript