Update v3-docs/v3-migration-docs/typescript/meteor-types.md

Co-authored-by: Henrique A. Schmaiske <59376543+henriquealbert@users.noreply.github.com>
This commit is contained in:
Leonardo Venturini
2024-05-20 15:41:14 -04:00
committed by GitHub
parent 5fd14a1465
commit 16ccac404e

View File

@@ -6,7 +6,7 @@ In order to get types working in your Meteor 3 project, you will need to add the
meteor add zodern:types
```
Also, in order to get types for Meteor core packages working in your IDE you need to have a valid `tsconfig.json` file in your project root including the following:
Also, to get types for Meteor core packages working in your IDE, you need to have a valid `tsconfig.json` file in your project root, including the following:
```json
{