Files
agent-s-rag-pamyatyu/tsconfig.json
T
2026-06-25 12:41:22 +03:00

13 lines
266 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "dist",
"rootDir": "src"
},
"include": ["src"]
}