mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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:
committed by
GitHub
parent
5fd14a1465
commit
16ccac404e
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user