From d40ea77825b2bbd78707ddd33fb5ea91b99b2e81 Mon Sep 17 00:00:00 2001 From: woksin Date: Fri, 10 Jul 2026 08:02:32 +0200 Subject: [PATCH] Upgrade TypeScript to 7.0.2 Update Documentation to TypeScript 7 (the native compiler) for improved build/typecheck performance. Co-Authored-By: Claude Opus 4.8 (1M context) --- Source/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/package.json b/Source/package.json index c9bfc0d..20d9226 100644 --- a/Source/package.json +++ b/Source/package.json @@ -73,7 +73,7 @@ "ts-node": "10.9.2", "typedoc": "^0.27.5", "typedoc-plugin-markdown": "4.3.3", - "typescript": "5.7.2" + "typescript": "7.0.2" }, "packageManager": "yarn@4.5.3" }