TypeScript library: Exported ArcGIS types appear as “any” after build
Summary When building a TypeScript library that depends on external packages like the ArcGIS JS API, types may appear as any in consuming projects after build and publish. This usually happens because the ArcGIS type definitions are either not properly bundled, are marked as external, or are not re-exported in a way that preserves their … Read more