Skip to content

Commit

Permalink
i18n(pt-BR) Update typescript.md based on #853 changes (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanthomasdev authored Jul 4, 2022
1 parent 8995316 commit a82da6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/pt-br/guides/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ Algumas opções de configuração do TypeScript precisam de atenção especial
"resolveJsonModule": true,
// Habilita transpilação estrita para um resultado final melhor.
"isolatedModules": true,
// Adiciona definições de tipo para nosso tempo de execução Vite.
"types": ["vite/client"]
// Adiciona definições de tipo para nosso runtime Vite.
"types": ["vite/client"],
// Diz ao TypeScript onde o seu diretório de saída da build está.
"outDir": "./dist"
}
}
```
Expand Down

0 comments on commit a82da6c

Please sign in to comment.