This is a course of SergieCode to learn the language typescript
Install tsc npm install -g typescript tsc -version
Anoher option to install tsc curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash source ~/.bashrc nvm install --lts npm install -g typescript
Init tsc project tsc -init
Compile ts tsc script.ts
Observer mode tsc script.ts -w
Observer mode +1 ts files tsc -w