fix(docs): 修复 tsconfig.json 中的 references 路径
This commit is contained in:
@@ -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": []
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user