To add TypeScript to a React app.
See Adding TypeScript in the docs.
Create a new app.
$ npx create-react-app my-app --template typescriptOr add to existing.
$ npm install --save typescript @types/node @types/react @types/react-dom @types/jestAnd rename .jsx files to .tsx.