Skip to content

Commit 63c2d2d

Browse files
committed
Revert module system to CJS for now
1 parent f8f3e22 commit 63c2d2d

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)