TypeScript support using Babel 7 by brunolemos · Pull Request #4837 · facebook/create-react-app

Adds TypeScript support. Closes #4146 Closes #2815 The user can just rename .js to .tsx and it will work. To enable type checking, the user needs to create a tsconfig.json file at the root director...