From 45745c59dde5dbb2e37cf190cd5be164fcea7126 Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Fri, 19 Mar 2021 09:12:54 -0700 Subject: [PATCH] Switch back to typescript nightly (#51863) Now that the @link parsing bug has been reverted --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b42889ccaf220..e3defdb7bbfce7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "prettier": "^2.1.1", "remark-cli": "^9.0.0", "remark-validate-links": "^10.0.2", - "typescript": "4.3.0-dev.20210316" + "typescript": "next" }, "husky": { "hooks": {