Update chapter-06-gbapp-reference.md

This commit is contained in:
Lucas Ribeiro 2020-11-12 08:47:38 -03:00 committed by GitHub
parent d032e12a86
commit 3ed15b5fc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -219,3 +219,6 @@ This in some way contributes to a better understanding of how it works.
| npm update -g | Updates NPM |
| node -v | Checks node version |
| ncu -a | Update all packages in package.json |
## Useful documentation
-https://www.typescriptlang.org/docs/handbook (TypeScript Documentation).