From 7cbf92b8c72770392291b5df3ba727cb013cd81b Mon Sep 17 00:00:00 2001 From: yhh <359807859@qq.com> Date: Fri, 26 Dec 2025 17:49:40 +0800 Subject: [PATCH] =?UTF-8?q?fix(docs):=20=E4=BF=AE=E5=A4=8D=20tsconfig.json?= =?UTF-8?q?=20=E4=B8=AD=E7=9A=84=20references=20=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index be289d59..85cc20e8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,8 +11,8 @@ "emitDecoratorMetadata": true }, "references": [ - { "path": "./packages/core" }, - { "path": "./packages/math" } + { "path": "./packages/framework/core" }, + { "path": "./packages/framework/math" } ], "files": [] } \ No newline at end of file