Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/renyzeraa/typescript-studies
- Owner: renyzeraa
- Created: 2024-03-20T22:00:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T19:02:29.000Z (7 months ago)
- Last Synced: 2024-05-19T20:22:34.163Z (7 months ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`