Started a new TypeScript app with Create React App
npx create-react-app arcgis-react-typescript-example --template typescript
Installed @arcgis/core and types
npm i @arcgis/core @types/arcgis-js-api
Created and displayed a basic GIS component src/components/GIS.tsx