fix(docs): 修复 tsconfig.json 中的 references 路径
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"emitDecoratorMetadata": true
|
||||
},
|
||||
"references": [
|
||||
{ "path": "./packages/core" },
|
||||
{ "path": "./packages/math" }
|
||||
{ "path": "./packages/framework/core" },
|
||||
{ "path": "./packages/framework/math" }
|
||||
],
|
||||
"files": []
|
||||
}
|
||||
Reference in New Issue
Block a user