From 67ca3db86a8f5308d5ff7d1efe1407cd55e18ed4 Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 16 Aug 2022 11:56:35 -0600 Subject: [PATCH] Update minimum TypeScript version Updated from 2.7 to 3.7 --- 4.x/typescript/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4.x/typescript/README.md b/4.x/typescript/README.md index 3d6158d94..de04d268b 100644 --- a/4.x/typescript/README.md +++ b/4.x/typescript/README.md @@ -9,7 +9,7 @@ Currently, due to limitations in TypeScript, the APIs [autocasting](https://deve ## Requirements -* [TypeScript][2] 2.7+ +* [TypeScript][2] 3.7+ ## Resources