Skip to content

Commit c7c54d5

Browse files
committed
Fix tsconfig
1 parent b6eeb79 commit c7c54d5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

test/unit/helpers/esql.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
import { test } from 'tap'
21-
import * as arrow from 'apache-arrow'
21+
import * as arrow from 'apache-arrow/Arrow.node'
2222
import { connection } from '../../utils'
2323
import { Client } from '../../../'
2424

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2019",
3+
"target": "ES2019",
44
"module": "commonjs",
55
"moduleResolution": "node",
66
"declaration": true,
@@ -21,7 +21,8 @@
2121
"importHelpers": true,
2222
"outDir": "lib",
2323
"lib": [
24-
"esnext"
24+
"ES2019",
25+
"dom"
2526
]
2627
},
2728
"formatCodeOptions": {

0 commit comments

Comments
 (0)