Openstatus www.openstatus.dev
at 4c0f4c00a38753a5d0dfd7e7b7b7706dec6f1503 11 lines 242 B view raw
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}