Try
sudo apt-get update
Next install the latest version of typescript globally with
npm install -g typescript@latest
After it's done, type
tsc -v
to see the latest version of typescript installed in your system.
Try
sudo apt-get update
Next install the latest version of typescript globally with
npm install -g typescript@latest
After it's done, type
tsc -v
to see the latest version of typescript installed in your system.