mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-29 00:44:32 +00:00
https://www.typescriptlang.org/docs/handbook/modules.html#umd-modules Please check related issue: https://github.com/Microsoft/TypeScript/issues/26309 With this change using mapbox-gl without import in a module will throw an error: `[ts] 'mapboxgl' refers to a UMD global, but the current file is a module. Consider adding an import instead.`