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

19 lines
300 B
JSON

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