{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler", "jsx": "react", "jsxFactory": "h", "jsxFragmentFactory": "Fragment", "strict": true, "skipLibCheck": true, "types": ["bun-types"] }, "include": ["src/**/*", "build.ts"] }