stringham / move-ts

A Visual Studio Code plugin for updating relative imports when moving typescript files and folders in your workspace.
MIT License
52 stars 15 forks source link

Problem with index.ts files #35

Closed yasintz closed 1 year ago

yasintz commented 3 years ago

I don't use index suffix when importing.

file path: src/utils/database/index.ts importing import dbUtils from './src/utils/database';

then I move database/index.ts to databaseNew/index.ts. But the files importing it were not affected.