Skip to content

Commit 3b54f35

Browse files
use CommonJS as module system to support node as well
1 parent f31f1bf commit 3b54f35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es5",
4-
"module": "esnext",
4+
"module": "CommonJS",
55
"moduleResolution": "node",
66
"declaration": true,
77
"outDir": "./dist",

0 commit comments

Comments
 (0)