feat: solution for 'Агент с RAG-памятью'
CI / build (push) Has been cancelled

This commit is contained in:
2026-06-25 12:41:22 +03:00
parent 14ab96d098
commit a8a8111eca
4 changed files with 117 additions and 112 deletions
+4 -5
View File
@@ -2,13 +2,12 @@
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
"outDir": "dist",
"rootDir": "src"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.test.ts"]
"include": ["src"]
}