TestLLM / litellm-js /proxy /tsconfig.json
Raju2024's picture
Upload 1072 files
e3278e4 verified
raw
history blame contribute delete
309 Bytes
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"lib": [
"ESNext"
],
"types": [
"@cloudflare/workers-types"
],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"skipLibCheck": true
},
}