forked from phoenix/litellm-mirror
16 lines
No EOL
283 B
JSON
16 lines
No EOL
283 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"lib": [
|
|
"ESNext"
|
|
],
|
|
"types": [
|
|
"@cloudflare/workers-types"
|
|
],
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "hono/jsx"
|
|
},
|
|
} |