Add bundled module

This commit is contained in:
Alexandre Rieux
2017-02-04 11:00:14 +00:00
parent 241f8fc6ee
commit cec3881ae0

View File

@@ -986,3 +986,7 @@ declare namespace mapboxgl {
declare module 'mapbox-gl' {
export = mapboxgl;
}
declare module 'mapbox-gl/dist/mapbox-gl' {
export = mapboxgl;
}