{ "compilerOptions": { "target": "ESNext", "module": "Node16", "moduleResolution": "Node16", "baseUrl": ".", "jsx": "react-jsx", "jsxImportSource": "@lilybird/jsx", "strict": true, "allowImportingTsExtensions": true, "allowSyntheticDefaultImports": true, "noEmit": true, "skipLibCheck": true, "resolveJsonModule": true, "types": ["bun-types", "./globals"] }, "include": ["src/**/*"] }