{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "lib": ["ES2020"], "moduleResolution": "node", "declaration": true, "declarationMap": true, "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "jsx": "react", "types": ["bun-types"], "composite": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.test.tsx"] }