1{
2 "extends": "@openstatus/tsconfig/base.json",
3 "include": ["src", "*.ts", "**/*.ts"],
4 "compilerOptions": {
5 "jsx": "react-jsx",
6 "jsxImportSource": "react",
7 "allowJs": true,
8 "types": ["bun-types"],
9 "baseUrl": ".",
10 "paths": {
11 "@/*": ["src/*"]
12 }
13 }
14}