git clone https://github.com/sfeir-open-source/sfeir-school-typescript.git
cd sfeir-school-typescript
npm install
Planning, trainers and other details
You can view the slides here.
npm run tsc -- file.ts
Exemple: npm run tsc -- exercices/00-compiling-typescript.ts
It will create a file named file.js side of the file.ts.