JS typescript code example
Example 1: what is typescript
Basically, TypeScript is like an extension or "superset" of JavaScript.
Since JavaScript is a loosely typed language,
TypeScript enforces the strict use of types.
Thus, making it a strictly typed language.
Example 2: nodejs typescript
try this config for nodejs + typescript using babel
https://pastebin.com/TR4BXPqL