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