TypeScript
Overview
Typescript is a subset of javascript with extended typing, it can be compiled to pure javascript with tsc compiler
Get Started
create tsconfig.json
Install typescript library
Compile typescript file into javascript file
Execute typescript file directly
Last updated
Was this helpful?