1{ 2 "extends": "@openstatus/tsconfig/base.json", 3 "compilerOptions": { 4 "jsx": "react-jsx", 5 "jsxImportSource": "hono/jsx", 6 "lib": ["ES2022"], 7 "module": "ESNext", 8 "target": "ESNext", 9 "moduleResolution": "bundler" 10 } 11}