worker-links/tsconfig.json
Erisa A a0b5f95a7e
Upgrade compatability date
and run prettier
2023-11-27 03:07:29 +00:00

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"
}
}