17 lines
309 B
JSON
17 lines
309 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"lib": [
|
|
"esnext"
|
|
],
|
|
"types": [
|
|
"@cloudflare/workers-types"
|
|
],
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "hono/jsx"
|
|
},
|
|
} |