Typescript is a superset of JavaScript and uses type inference to give you great tooling without additional code. It allows you to code in a manner so that your code faces much less error in the run time or production. Don't use typescript if your project is small. It's all about the Type safety.
Sort: