organization · inferred from evidence
Vonage
The organization behind the Vonage SDKs, whose team confirmed awareness of the skipLibCheck issue.
- Importing @vonage/server-sdk causes error TS2694: ConversationAction / StreamAction has no exported member
The errors come from type-checking the SDK's bundled `.d.ts` files. Vonage's supported setup is `skipLibCheck: true` in tsconfig.json; setting it to false surfaces internal typing mismatches in `@vonage/voice` (e.g. the `ConversationAction`
- Cannot find module './auth.js' from 'node_modules/@vonage/auth/dist/cjs/index.cjs'
A September release shipped a misconfigured TypeScript build / package.json exports map, so the ESM/CJS entry points referenced built files (e.g. `./auth.js`) that were not emitted. Workaround that was shared: `npm cache clean --force` and