d63d58ccb5
- Move 15 old workflow-* packages to legacy-packages/ (inactive, preserved for reference)
- Rename templates/ → examples/ for clarity
- Rewrite docs/architecture.md to reflect current uwf architecture
- Active packages remain in packages/: cli-uwf, uwf-agent-hermes, uwf-agent-kit, uwf-moderator, uwf-protocol, workflow-util
小橘 🍊(NEKO Team)
29 lines
742 B
JSON
29 lines
742 B
JSON
{
|
|
"files": [],
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"lib": ["ES2022"],
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"strict": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"composite": true,
|
|
"outDir": "dist",
|
|
"types": ["bun-types", "node"]
|
|
},
|
|
"references": [
|
|
{ "path": "packages/workflow-util" },
|
|
{ "path": "packages/uwf-protocol" },
|
|
{ "path": "packages/uwf-moderator" },
|
|
{ "path": "packages/uwf-agent-kit" },
|
|
{ "path": "packages/uwf-agent-hermes" },
|
|
{ "path": "packages/cli-uwf" }
|
|
]
|
|
}
|