From 5dc2e0f7e6124f65b7bbabd5b9c26dda384b4879 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 24 Nov 2020 11:04:40 -0800 Subject: [PATCH] docs: update supported TS version to include 4.1 The support for TS 4.1 features was added in #2748 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e46c5eb441c2..93cacd404622 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ The latest version under the `canary` tag **(latest commit to master)** is: ## Supported TypeScript Version -**The version range of TypeScript currently supported by this parser is `>=3.3.1 <4.1.0`.** +**The version range of TypeScript currently supported by this parser is `>=3.3.1 <4.2.0`.** These versions are what we test against.