Added Mem0 TS Library (#2270)

This commit is contained in:
Saket Aryan
2025-02-28 04:49:17 +05:30
committed by GitHub
parent ecff6315e7
commit d200691e9b
44 changed files with 5142 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["node", "jest"],
"rootDir": ".",
"noEmit": true
},
"include": ["src/**/*", "**/*.test.ts", "**/*.spec.ts"],
"exclude": ["node_modules", "dist"]
}