Skip to content

Commit 666b3d4

Browse files
committed
fix: transpile to cjs instead of esm
1 parent 2e8d03e commit 666b3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"experimentalDecorators": true,
1212
"importHelpers": true,
1313
"target": "ESNext",
14-
"module": "ESNext",
14+
"module": "CommonJS",
1515
"lib": ["es2021"],
1616
"skipLibCheck": true,
1717
"skipDefaultLibCheck": true

0 commit comments

Comments
 (0)