Openstatus www.openstatus.dev
at 4c0f4c00a38753a5d0dfd7e7b7b7706dec6f1503 16 lines 353 B view raw
1{ 2 "extends": "@openstatus/tsconfig/base.json", 3 "include": ["src", "*.ts", "**/*.ts"], 4 "compilerOptions": { 5 "jsx": "react-jsx", 6 "module": "ESNext", 7 "target": "ESNext", 8 "moduleResolution": "bundler", 9 "jsxImportSource": "react", 10 "allowJs": true, 11 "types": ["bun-types"], 12 "paths": { 13 "@/*": ["./src/*"] 14 } 15 } 16}