Skip to content

Commit 12b8d63

Browse files
committed
TS: Use export commonjs
1 parent 54d9e42 commit 12b8d63

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
"esModuleInterop": true,
44
"forceConsistentCasingInFileNames": true,
55
"jsx": "react",
6-
"module": "esnext",
6+
"module": "commonjs",
77
"moduleResolution": "node",
88
"resolveJsonModule": true,
99
"sourceMap": true,

0 commit comments

Comments
 (0)