After executing npm install -g typescript
, I ran the following command in npm:
$ tsc -v
Version 2.7.2
In a folder with a jsconfig.json file open, I attempted to use the command palette
TypeScript: Select TypeScript Version
as recommended in the guidelines for beginners here,
but no commands appeared. Do you know if there is a specific extension that needs to be downloaded?