Rename repo-agent to conversation-layer-agent

This commit is contained in:
josedario87
2025-06-05 00:10:10 -06:00
parent 5d512994ad
commit cc6e378f8c
10 changed files with 1106 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"lib": ["es2020"],
"moduleResolution": "node"
},
"include": ["src"]
}