I am working on several projects with neovim with TypeScript LSP installed.
In some projects, the auto import correctly set the path using relative paths.
However, some projects always starts its import at src
for some reason.
Tried to configure LSP to always use relative path but can't make it work.
Somehow, there is something in my project configuration that broke the LSP import.