coze-studio/frontend/packages/workflow/components/tsconfig.json

17 lines
288 B
JSON

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