Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/openstatusHQ/openstatus. ๐ซ Status page with uptime monitoring & API monitoring as code ๐ซ openstatus.dev
bun drizzle-orm monitoring monitoring-as-code nextjs observability on-call open-source shadcn-ui status-page statuspage synthetic-monitoring tinybird turso uptime uptime-checker uptime-monitor
Something went wrong. Try again.
490 B ยท 19 lines
JSON
1234567891011121314151617181920{ "extends": "@openstatus/tsconfig/react-library.json", "include": ["src"], "exclude": ["node_modules", "dist"], "compilerOptions": { "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, "moduleResolution": "bundler", "preserveWatchOutput": true, "skipLibCheck": true, "strict": true, "types": ["node"], "rootDir": "./src", "outDir": "./dist", "declaration": true, "declarationMap": false }}