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