claude memory

This commit is contained in:
Barry Zhang
2024-11-19 16:06:36 -05:00
parent e1cd447dbc
commit 9cbea339af
3 changed files with 453 additions and 0 deletions

11
src/memory/tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "."
},
"include": [
"./**/*.ts"
]
}