In my typescript project, I'm using exports in package.json <img width="419" alt="Image" src="https://github.com/user-attachments/assets/e3d180e6-e34c-49af-93aa-012f901ce9f9" /> The `ts_la` can't detect the alias path that I'm using. I'm using the lsp in nvim with lspconfig, in nvim it shows like this : <img width="1205" alt="Image" src="https://github.com/user-attachments/assets/23a4b72b-3af2-4de9-acb9-503f2e6e3c24" /> it should not be error, the program works fine, compiled and be able to run. In vscode, with the same code, using their typescript lsp, there is no error shown : <img width="776" alt="Image" src="https://github.com/user-attachments/assets/da27fcd8-116d-4dfa-8be5-1b886431c647" /> when using `ts_ls` in nvim, the code that should be error, nothing happends, seems fine, but its error. <img width="793" alt="Image" src="https://github.com/user-attachments/assets/0be46035-cb2b-4cbf-bb86-acba613ebdc7" /> In vscode, otherwise, its error, and it's true : <img width="851" alt="Image" src="https://github.com/user-attachments/assets/9816f304-fe7e-43dd-a7eb-d46480557a3c" />