Créer une application React avec la configuration de TypeScript
npx create-react-app my-app --template typescript
# or
yarn create react-app my-app --template typescript
Jash_World