From e8e1753c5d1276314aefc93bdb51b42feee9bc6e Mon Sep 17 00:00:00 2001 From: Stan Chang Khin Boon Date: Sat, 5 Feb 2022 17:17:28 +0800 Subject: [PATCH] build(deps): Downgrade TypeScript to v4.4.x to avoid TSC hanging (microsoft/TypeScript#46900) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 763b7db..572dba0 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "rimraf": "^3.0.0", "tape": "^5.0.0", "type-coverage": "^2.0.0", - "typescript": "^4.0.0", + "typescript": "~4.4.0", "unified": "^10.0.0", "unist-builder": "^3.0.0", "unist-util-remove-position": "^4.0.0",