Open amirhossein1414 opened 4 years ago
After moving type.d.ts files inline imports wasn't refactored. This is my class that was untouched after moving.
declare class MapboxDraw { onAdd(map: import('../../../../node_modules/mapbox-gl').Map): HTMLElement; onRemove(map: import('../../../../node_modules/mapbox-gl').Map): any; changeMode(mode: import('./mapbox-drawer.model').MapBoxDrawModes, options?: Object); }
After moving type.d.ts files inline imports wasn't refactored. This is my class that was untouched after moving.