typescript

Typed superset of JavaScript that compiles to plain JavaScript

brewmacoslinux
Try with needOr install directly
Source

About

Language for application scale JavaScript development

Commands

tsctsserver

Examples

Compile a TypeScript file to JavaScript$ tsc hello.ts
Watch mode - automatically recompile on file changes$ tsc --watch
Initialize a new TypeScript project with config$ tsc --init