{ | |
"compilerOptions": { | |
"target": "ESNext", | |
"module": "ESNext", | |
"moduleResolution": "Bundler", | |
"strict": true, | |
"types": [ | |
"node" | |
], | |
"jsx": "react-jsx", | |
"jsxImportSource": "hono/jsx", | |
} | |
} |
{ | |
"compilerOptions": { | |
"target": "ESNext", | |
"module": "ESNext", | |
"moduleResolution": "Bundler", | |
"strict": true, | |
"types": [ | |
"node" | |
], | |
"jsx": "react-jsx", | |
"jsxImportSource": "hono/jsx", | |
} | |
} |