Skip to content

Commit 7b28810

Browse files
alexeyrJudahmeek
authored andcommitted
Revert module system to CJS for now
1 parent 17ba351 commit 7b28810

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
// needed for Jest tests even though we don't use .tsx
77
"jsx": "react-jsx",
88
"lib": ["dom", "es2020"],
9-
"module": "es2020",
10-
"moduleResolution": "bundler",
9+
"module": "node16",
1110
"noImplicitAny": true,
1211
"outDir": "node_package/lib",
1312
"strict": true,

0 commit comments

Comments
 (0)