coze-studio/frontend/packages/common/chat-area/chat-answer-action/tsconfig.json

19 lines
302 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"composite": true
},
"references": [
{
"path": "./tsconfig.build.json"
},
{
"path": "./tsconfig.misc.json"
},
{
"path": "./tsconfig.dev.json"
}
],
"exclude": ["**/*"]
}