Skip to content

Commit fc42b26

Browse files
committed
Revert module system to CJS for now
1 parent eba5b39 commit fc42b26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"esModuleInterop": true,
55
"jsx": "react-jsx",
66
"lib": ["dom", "es2020"],
7-
"module": "es2020",
8-
"moduleResolution": "bundler",
7+
"module": "node16",
98
"noImplicitAny": true,
109
"outDir": "node_package/lib",
1110
"strict": true,

0 commit comments

Comments
 (0)