14 lines
315 B
JSON
14 lines
315 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"lib": ["esnext"],
|
|
"types": ["@cloudflare/workers-types/2023-07-01"],
|
|
"jsx": "react-jsx",
|
|
// "jsxFragmentFactory": "Fragment",
|
|
"jsxImportSource": "hono/jsx"
|
|
}
|
|
}
|