feat: init llm-proxy

This commit is contained in:
Praveen Thirumurugan
2025-10-18 01:22:02 +05:30
commit 6839ae6f6a
8 changed files with 1446 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "CommonJS",
"rootDir": ".",
"outDir": "dist",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true
},
"include": ["*.ts"]
}