From e8ae39cd7aad7e1e5ab7cf721113db550d75f26e Mon Sep 17 00:00:00 2001 From: tanshu Date: Sun, 22 Nov 2020 10:58:18 +0530 Subject: [PATCH] Fix: Angular won't compile as it requires typescript < 4.1.0 --- bookie/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookie/package.json b/bookie/package.json index 0fd2d7a..0c3b7e5 100644 --- a/bookie/package.json +++ b/bookie/package.json @@ -65,7 +65,7 @@ "protractor": "~7.0.0", "standard-version": "^9.0.0", "ts-node": "^9.0.0", - "typescript": "^4.0.5" + "typescript": "~4.0.5" }, "husky": { "hooks": {