Hi,
I am maintaining an application that began using ArcGIS 4.10 and TypeScript, within the VSCode environment. I need to use some of the newer methods within version 4.18. I have made the updates and the last one was installing the types:
npm install --save @types/arcgis-js-api
Unfortunately, this installs the latest 4.27 version. I cannot use that without extensive modification of the code due to deprecation of many of the methods that the code uses.
Is there a way to install the types for a specific API version? If so, please show that command or direct me to where I can find the information.
TIA.