Merge branch 'main' of https://github.com/elastic/elasticsearch-js into main
This commit is contained in:
@ -63,7 +63,7 @@ if (transportVersion.includes('-')) {
|
||||
}
|
||||
const nodeVersion = process.versions.node
|
||||
|
||||
interface NodeOptions {
|
||||
export interface NodeOptions {
|
||||
url: URL
|
||||
id?: string
|
||||
agent?: HttpAgentOptions | UndiciAgentOptions
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"useDefineForClassFields": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"skipLibCheck": true,
|
||||
"skipLibCheck": false,
|
||||
"esModuleInterop": true,
|
||||
"isolatedModules": true,
|
||||
"importHelpers": true,
|
||||
|
||||
Reference in New Issue
Block a user