When I move a file from one folder to another, if th import was @app/folder/fileName.tsx now it becomes @app/newfolder/fileName.tsx but what I want is it to change to relative path instead like ./app/newfolder/fileName.tsx
Is this supported now?
I have tried changing the relativetoConfig property but nothing happens