If I am in a project directory where I've installed a particular version of typescript, I should get that version, even if it differs from whatever typescript version I may have installed globally.
This way, I get best of both worlds:
- short command to type
- the version of typescript that my project/team is currently using
If I am in a project directory where I've installed a particular version of typescript, I should get that version, even if it differs from whatever typescript version I may have installed globally.
This way, I get best of both worlds: