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 b6eeb79 commit c7c54d5Copy full SHA for c7c54d5
test/unit/helpers/esql.test.ts
@@ -18,7 +18,7 @@
18
*/
19
20
import { test } from 'tap'
21
-import * as arrow from 'apache-arrow'
+import * as arrow from 'apache-arrow/Arrow.node'
22
import { connection } from '../../utils'
23
import { Client } from '../../../'
24
tsconfig.json
@@ -1,6 +1,6 @@
1
{
2
"compilerOptions": {
3
- "target": "es2019",
+ "target": "ES2019",
4
"module": "commonjs",
5
"moduleResolution": "node",
6
"declaration": true,
@@ -21,7 +21,8 @@
"importHelpers": true,
"outDir": "lib",
"lib": [
- "esnext"
+ "ES2019",
25
+ "dom"
26
]
27
},
28
"formatCodeOptions": {
0 commit comments