From 16ccac404e52f13fe56f153aee22913e4efd6cf5 Mon Sep 17 00:00:00 2001 From: Leonardo Venturini Date: Mon, 20 May 2024 15:41:14 -0400 Subject: [PATCH] Update v3-docs/v3-migration-docs/typescript/meteor-types.md Co-authored-by: Henrique A. Schmaiske <59376543+henriquealbert@users.noreply.github.com> --- v3-docs/v3-migration-docs/typescript/meteor-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-docs/v3-migration-docs/typescript/meteor-types.md b/v3-docs/v3-migration-docs/typescript/meteor-types.md index 726223ab1a..44d11fe47e 100644 --- a/v3-docs/v3-migration-docs/typescript/meteor-types.md +++ b/v3-docs/v3-migration-docs/typescript/meteor-types.md @@ -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 {