Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/renyzeraa/typescript-studies

Estudos sobre a linguagem TypeScript
https://github.com/renyzeraa/typescript-studies

Last synced: 7 days ago
JSON representation

Estudos sobre a linguagem TypeScript

Awesome Lists containing this project

README

        

# Estudos da Linguagem TypeScript

Estudos sobre a linguagem TypeScript

### Conteúdo

- Annotation
- Inference
- Type
- Union Type
- Array
- Any

### Considerações

- Instalar typescript globalmente e para desenvolvimento
`npm i typescript -G -D`
- Criar tsconfig
`tsc --init`
- Para compilar automaticamente (watch)
`tsc -w`