Files
moeka-project/packages/llm-proxy/tsconfig.json
T

18 lines
320 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"lib": [
"ESNext"
],
"module": "ESNext",
"moduleResolution": "Bundler",
"types": [
"@cloudflare/workers-types/2023-07-01"
],
"strict": true,
"skipLibCheck": true
}
}