Installation location is
1 | C:\Program Files (x86)\Microsoft SDKs\TypeScript |
So you can find which versions are installed on your computer.
According to the first reference, you can update to the latest version of typescript with the following command
1 | npm install -g typescript@latest |
References