Alexey Pyltsyn
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
content/docs/static-type-checking.md
|
|
@ -220,13 +220,13 @@ The compiler is of no help to us until we tell it what to do. In TypeScript, the |
|
|
|
|
|
|
|
If you use [Yarn](https://yarnpkg.com/), run: |
|
|
|
|
|
|
|
```shell |
|
|
|
```bash |
|
|
|
yarn run tsc --init |
|
|
|
``` |
|
|
|
|
|
|
|
If you use [npm](https://www.npmjs.com/), run: |
|
|
|
|
|
|
|
```shell |
|
|
|
```bash |
|
|
|
npx tsc --init |
|
|
|
``` |
|
|
|
|
|
|
|