From 92679abc3e43b0c0b32f7b5ce530ff41a186f424 Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Mon, 12 Apr 2021 00:06:20 +0300 Subject: [PATCH] integrationTests: test package with TS 4.2 --- 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" } }