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" } }