diff --git a/src/client.ts b/src/client.ts index a22843c9e..42e78dbc7 100644 --- a/src/client.ts +++ b/src/client.ts @@ -63,7 +63,7 @@ if (transportVersion.includes('-')) { } const nodeVersion = process.versions.node -interface NodeOptions { +export interface NodeOptions { url: URL id?: string agent?: HttpAgentOptions | UndiciAgentOptions diff --git a/tsconfig.json b/tsconfig.json index 26f91feff..e93828bd8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ "noFallthroughCasesInSwitch": true, "useDefineForClassFields": true, "forceConsistentCasingInFileNames": true, - "skipLibCheck": true, + "skipLibCheck": false, "esModuleInterop": true, "isolatedModules": true, "importHelpers": true,