This is a repo aims at helping people understand the most fundamental and crucial concepts of TS. Also digging deep into some advanced topics!
- Supports JS libs
- Superset of JS
- Static
- OOL (Object-Oriented)
npx tsc --outDir ./dist .\test.ts node dist/test.js
npx tsc --outDir ./dist --lib es2015,dom .\test.ts