Update static-type-checking.md

This commit is contained in:
Alexey Pyltsyn
2019-02-20 01:48:07 +03:00
committed by GitHub
parent 6716745776
commit 0948bf553e

View File

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