{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler", "types": ["bun-types"], "esModuleInterop": true, "strict": true, "skipLibCheck": true, "noEmit": true } }