Hacker News new | past | comments | ask | show | jobs | submit login

usually you try to stick to the Typescript version defined in dependencies. In VSCode for example you can easily switch Typescript from editor version to project dependencies version. And most of the time what we do where I work is only triggering `tsc` commands (or any other dependency command) through NPM scripts, because they use the dependency installed locally instead of any other globally installed or editor specific version.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: