Instale o TypeScript usando NPM
npm install -g typescript
Adorable Alligator
npm install -g typescript
npx create-react-app my-app --template typescript
# or
yarn create react-app my-app --template typescript