From 1a1549230fcb1df5bf00b3147d600e54e7430d30 Mon Sep 17 00:00:00 2001 From: YHH <359807859@qq.com> Date: Fri, 26 Sep 2025 13:06:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0references=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3eb075b8..d9fc1539 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,9 @@ "references": [ { "path": "./packages/core" }, { "path": "./packages/math" }, - { "path": "./packages/ecs-network" } + { "path": "./packages/network-client" }, + { "path": "./packages/network-server" }, + { "path": "./packages/network-shared" } ], "files": [] } \ No newline at end of file