Slide 9
Slide 9 text
TypeScript (needless to say :P)
Open-source programming language by Microsoft
Static typing for JavaScript
Output after compiling is JavaScript
Develop TS with type declaration file(d.ts)
installed via `npm i @type/hoge`
Many popular libraries support d.ts
Official language at Google