From ca1b930a1bad67de9a337111c06aac400e50737c Mon Sep 17 00:00:00 2001 From: SoTrx <--> Date: Wed, 31 Aug 2022 10:33:38 +0200 Subject: [PATCH] Fixing CI by ensuring typescript 4.7.3 is installed instead of 4.8.X. Waiting for news on this https://github.com/microsoft/TypeScript/pull/41044 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d28715d..2ab314f 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "prettier": "^2.6.2", "ts-jest": "^28.0.4", "typedoc": "^0.23.5", - "typescript": "^4.7.3" + "typescript": "4.7.3" }, "eslintConfig": { "parser": "@typescript-eslint/parser",