summaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-04 23:41:00 +0900
committerAdam Malczewski <[email protected]>2026-06-04 23:41:00 +0900
commit8b9cc0ca1254e52c113998688f4a30c594f287c1 (patch)
tree5590e5307a8cdf4f23c7ec62a35c85464a2b0139 /tsconfig.json
parent499e3299664da34facc9ec8d602f07b122293688 (diff)
downloaddispatch-8b9cc0ca1254e52c113998688f4a30c594f287c1.tar.gz
dispatch-8b9cc0ca1254e52c113998688f4a30c594f287c1.zip
feat(core-ext): conversation-store — append-only multi-turn persistence on StorageNamespace + pure reconcile (16 tests)
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index fa41981..0bb3a16 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -5,6 +5,9 @@
"path": "./packages/auth-apikey"
},
{
+ "path": "./packages/conversation-store"
+ },
+ {
"path": "./packages/kernel"
},
{