ed0043b8ac
Add package.json, tsconfig.json, and placeholder src/index.ts for @uncaged/workflow-agent-docx-diff; append reference in root tsconfig.json. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"composite": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"references": [
|
|
{ "path": "../workflow-protocol" },
|
|
{ "path": "../workflow-runtime" },
|
|
{ "path": "../workflow-util-agent" },
|
|
{ "path": "../workflow-template-document" }
|
|
]
|
|
}
|