From f58b95349a582ad98c99bc4f5ef70a64251ebdc4 Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Mon, 12 Apr 2021 01:36:28 +0300 Subject: [PATCH] integrationTests: test package with TS 4.2 (#3036) --- integrationTests/ts/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integrationTests/ts/package.json b/integrationTests/ts/package.json index 7a92758f9f..ace02195f3 100644 --- a/integrationTests/ts/package.json +++ b/integrationTests/ts/package.json @@ -9,6 +9,7 @@ "typescript-3.8": "npm:typescript@3.8.x", "typescript-3.9": "npm:typescript@3.9.x", "typescript-4.0": "npm:typescript@4.0.x", - "typescript-4.1": "npm:typescript@4.1.x" + "typescript-4.1": "npm:typescript@4.1.x", + "typescript-4.2": "npm:typescript@4.2.x" } }