fix(docs): 修复 tsconfig.json 中的 references 路径

This commit is contained in:
yhh
2025-12-26 17:49:40 +08:00
parent a049bbe2f5
commit 7cbf92b8c7

View File

@@ -11,8 +11,8 @@
"emitDecoratorMetadata": true "emitDecoratorMetadata": true
}, },
"references": [ "references": [
{ "path": "./packages/core" }, { "path": "./packages/framework/core" },
{ "path": "./packages/math" } { "path": "./packages/framework/math" }
], ],
"files": [] "files": []
} }