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
},
"references": [
{ "path": "./packages/core" },
{ "path": "./packages/math" }
{ "path": "./packages/framework/core" },
{ "path": "./packages/framework/math" }
],
"files": []
}