Skip to content

Commit dab4da4

Browse files
authored
[Translate: Static Type Checking] Fix removed lines
1 parent 950193f commit dab4da4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/docs/static-type-checking.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,14 @@ Parabéns! Você instalou a versão mais recente do TypeScript no seu projeto. I
220220
### Configurando o Compilador do TypeScript {#configuring-the-typescript-compiler}
221221
O compilador não é de ajuda alguma até que o dizemos o que deve fazer. No TypeScript, essas regras são definidas em um arquivo especial chamado `tsconfig.json`. Para gerar esse arquivo execute:
222222

223+
Se você usa [Yarn](https://yarnpkg.com/), execute:
224+
225+
```bash
226+
yarn run tsc --init
227+
```
228+
229+
Se você usa [npm](https://www.npmjs.com/), execute:
230+
223231
```bash
224232
npx tsc --init
225233
```

0 commit comments

Comments
 (0)