Skip to content

Instantly share code, notes, and snippets.

View waelnassaf's full-sized avatar
🎯
Focusing

Wael Assaf waelnassaf

🎯
Focusing
View GitHub Profile
//tsc --init
//generate a TypeScript configuration file named tsconfig.json.
//This file specifies how TypeScript should compile your project
//tsc
//tsc --watch
//Basic Types.
let id: number = 5
let company: string = 'Wael Assaf'