Skip to content

Commit 79cbac5

Browse files
committed
correct tsconfig for build
1 parent 81f9ace commit 79cbac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"skipLibCheck": true,
1212
"strictNullChecks": true,
1313
"experimentalDecorators": true,
14-
"module": "ESNext",
14+
"module": "NodeNext",
1515
"lib": [
1616
"ES2022"
1717
],
1818
"target": "ES2022",
19-
"moduleResolution": "node16",
19+
"moduleResolution": "NodeNext",
2020
"allowSyntheticDefaultImports": true,
2121
"noEmit": true
2222
},

0 commit comments

Comments
 (0)