Skip to content

Commit b6072dc

Browse files
committed
fix: fix types and building
1 parent aec596f commit b6072dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"noUnusedParameters": true,
1111
/* Modules */
1212
"baseUrl": ".",
13-
"module": "ESNext",
13+
"module": "NodeNext",
1414
"moduleResolution": "NodeNext",
1515
"resolveJsonModule": true,
1616
/* Emit */

0 commit comments

Comments
 (0)