-
Notifications
You must be signed in to change notification settings - Fork 806
Open
Labels
Description
When using the SDK in a TypeScript project, you get this error unless you set "skipLibCheck": true in your tsconfig.json file:
../../node_modules/@github/copilot-sdk/dist/session.d.ts:5:40 - error TS2307: Cannot find module 'vscode-jsonrpc/node' or its corresponding type declarations.
5 import type { MessageConnection } from "vscode-jsonrpc/node";
~~~~~~~~~~~~~~~~~~~~~
Found 1 error in ../../node_modules/@github/copilot-sdk/dist/session.d.ts:5
Seems like a type export is missing.
Reactions are currently unavailable