1{ 2 "extends": "@openstatus/tsconfig/base.json", 3 "compilerOptions": { 4 "jsx": "react-jsx", 5 "jsxImportSource": "hono/jsx", 6 "lib": ["ES2022"] 7 } 8}