Files
vtj/packages/materials/tsconfig.json
陈华春 0280541834 materials
2023-12-01 21:16:03 +08:00

11 lines
152 B
JSON

{
"extends": "../cli/config/tsconfig.web.json",
"include": [
"src"
],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}