Hello, It seems this language server does not support the import style of ```ts import Hello from '/folder/hello'; ``` using the `tsconfig.json` setting: ```js // ... "paths": { /* Support absolute /imports/* with a leading '/' */ "/*": ["*"] }, // ... ``` **Test case:** https://github.com/javoire/sourcegraph-javascript-typescript-langserver-testcase VSCode supports it (which I believe uses [tsserver](https://github.com/microsoft/TypeScript), and https://github.com/theia-ide/typescript-language-server supports it. Here's an example result from me using Neovim and https://github.com/autozimu/LanguageClient-neovim:  Cheers
Hello,
It seems this language server does not support the import style of
using the
tsconfig.jsonsetting:Test case: https://github.com/javoire/sourcegraph-javascript-typescript-langserver-testcase
VSCode supports it (which I believe uses tsserver, and https://github.com/theia-ide/typescript-language-server supports it.
Here's an example result from me using Neovim and https://github.com/autozimu/LanguageClient-neovim:
Cheers