Skip to content

Commit 6c0c2a7

Browse files
committed
Make TypeScript output ESM
Closes #10
1 parent 573bc3c commit 6c0c2a7

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
@@ -3,7 +3,7 @@
33
"allowSyntheticDefaultImports": true,
44
"declaration": true,
55
"module": "node16",
6-
"moduleResolution": "node",
6+
"moduleResolution": "node16",
77
"noEmit": true,
88
"noImplicitAny": true,
99
"skipLibCheck": true,

0 commit comments

Comments
 (0)