Hi,
Created a simple react app using Create-React-App, installed the @types/arcgis-js-api following the ts setup instructions in dev portal. Continue to get Module not found: Can't resolve 'esri/Map' . Here are the import statements.
import EsriMap from 'esri/Map';
import MapView from 'esri/views/MapView';
Ive tried deleting node_modules and package-lock.json. Made sure skipLibCheck : true in the tsconfig. Tried creating a new project, same result. Please help.