Files
coze-dev--coze-studio/frontend/packages/workflow/variable/config/rush-project.json
T
2026-07-13 13:24:55 +08:00

13 lines
206 B
JSON

{
"operationSettings": [
{
"operationName": "ts-check",
"outputFolderNames": ["./dist"]
},
{
"operationName": "test:cov",
"outputFolderNames": ["coverage"]
}
]
}