move-ts
move-ts copied to clipboard
does not refactor *.d.ts files after moving
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);
}