From 13941b5820ea51c14bdd5bf495ac77c8ce260793 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Wed, 21 Dec 2022 10:46:58 -0800 Subject: [PATCH] docs: recommend TypeScript 4.x+ (#4304) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ead1b74a5e..bf9f11c659 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Our goal is to keep these TypeScript definition files updated with each release ### Pre-requisites Before you can begin using these TypeScript definitions with your project, you need to make sure your project meets a few of these requirements: - * Use TypeScript v2.x + * Use latest version of TypeScript. We recommend 4.x+ * Includes the TypeScript definitions for node. You can use npm to install this by typing the following into a terminal window: ```sh