Skip to content

Commit 2c1bf25

Browse files
committed
feat: set tsconfig module to node16
1 parent 3b8387c commit 2c1bf25

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
"compilerOptions": {
44
"outDir": "dist",
55
"target": "ES2024",
6-
"module": "commonjs",
6+
"module": "node16",
77
"verbatimModuleSyntax": false
88
},
99
"include": [

0 commit comments

Comments
 (0)