An open API service indexing awesome lists of open source software.

https://github.com/vitorhonna/learning-typescript

Learning Typescript
https://github.com/vitorhonna/learning-typescript

Last synced: 3 months ago
JSON representation

Learning Typescript

Awesome Lists containing this project

README

        

# Learning Typescript

Install: `npm i -g typescript`

Create project: `tsc --init`

Transpile .ts to .js: `tsc `