You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my package.json, the devDependencies typescript version is 5.0.2
When i open it in the root, next to the package.json file, the version of typescript is 5.0.2, but when i open vim in subdirection, like src, the version is 4.9.5...
Hello,
In my project I am using TSC 5.0.2. This version is well used when I open vim in the root of my project.
But, when I open vim in a subdirectory (ex: cd src/ && vim), coc-tsserver uses TSC 4.9.5.
How do I tell coc-tsserver to find the root of the project (first parent package.json ?) and use the correct version of typescript?
Thanks in advance
The text was updated successfully, but these errors were encountered: