https://github.com/renyzeraa/typescript-studies
Estudos sobre a linguagem TypeScript
https://github.com/renyzeraa/typescript-studies
javascript typescript
Last synced: 3 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-19T19:02:29.000Z (about 1 year ago)
- Last Synced: 2025-02-13T06:44:08.372Z (5 months ago)
- Topics: javascript, typescript
- Language: TypeScript
- Homepage:
- 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`