Browse Source

Update static-type-checking.md

main
Alexey Pyltsyn 6 years ago
committed by GitHub
parent
commit
0948bf553e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      content/docs/static-type-checking.md

4
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
```

Loading…
Cancel
Save