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