summaryrefslogtreecommitdiffhomepage
path: root/packages/vision-handoff/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/vision-handoff/tsconfig.json')
-rw-r--r--packages/vision-handoff/tsconfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/vision-handoff/tsconfig.json b/packages/vision-handoff/tsconfig.json
new file mode 100644
index 0000000..b5439aa
--- /dev/null
+++ b/packages/vision-handoff/tsconfig.json
@@ -0,0 +1,12 @@
+{
+ "extends": "../../tsconfig.base.json",
+ "compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true },
+ "include": ["src/**/*.ts"],
+ "references": [
+ { "path": "../kernel" },
+ { "path": "../wire" },
+ { "path": "../conversation-store" },
+ { "path": "../credential-store" },
+ { "path": "../openai-stream" }
+ ]
+}