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
{{ message }}
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
I'm using javascript-typescript-langserver in atom via ide-typescript. At the moment javascript-typescript-langserver is using it's bundled typescript version. But that leads to projects using features from newer typescript versions to be broken. It could also lead to projects using older typescript version not working because some default behaviour changed.
At the moment I get around this issue by cd-ing into the installed javascript-typescript-langserver's directory and upgrading the typescript dependency manually npm i typescript@latest.
I made a repro repo. It's using string enum that have been added in ts 2.4 thus it's not working. Running npm run build builds it fine using the installed [email protected].