Files
openproxy/tsconfig.json
Praveen Thirumurugan 6839ae6f6a feat: init llm-proxy
2025-10-18 01:22:02 +05:30

13 lines
220 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "CommonJS",
"rootDir": ".",
"outDir": "dist",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true
},
"include": ["*.ts"]
}