Skip to content

Commit 50b5a65

Browse files
authored
fix: Update module to Node16 for esm (#89)
1 parent fcc8d0c commit 50b5a65

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
"target": "es2015",
44
"strict": true,
55
"lib": ["es2020", "DOM"],
6-
"module": "commonjs",
6+
"module": "Node16",
77
"moduleResolution": "Node16",
88
"declaration": true,
99
"noImplicitAny": true,

0 commit comments

Comments
 (0)