I\'m using the mapbox-gl library with TypeScript, and I\'ve installed its community sourced type definitions with @types/mapbox-gl. When I try to import and set an
@types/mapbox-gl
You can also use this format:
(mapboxgl as typeof mapboxgl).accessToken = ...