We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e35840 commit 875f969Copy full SHA for 875f969
src/client.ts
@@ -63,7 +63,7 @@ if (transportVersion.includes('-')) {
63
}
64
const nodeVersion = process.versions.node
65
66
-interface NodeOptions {
+export interface NodeOptions {
67
url: URL
68
id?: string
69
agent?: HttpAgentOptions | UndiciAgentOptions
tsconfig.json
@@ -15,7 +15,7 @@
15
"noFallthroughCasesInSwitch": true,
16
"useDefineForClassFields": true,
17
"forceConsistentCasingInFileNames": true,
18
- "skipLibCheck": true,
+ "skipLibCheck": false,
19
"esModuleInterop": true,
20
"isolatedModules": true,
21
"importHelpers": true,
0 commit comments