Skip to content

Commit

Permalink
fix: build for cjs (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrvk authored Aug 16, 2024
1 parent ce6a25e commit 822afec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "./dist/cjs",
"module": "CommonJS",
"moduleResolution": "Node",
"declaration": false,
"declaration": true,
"composite": false,
"resolveJsonModule": true,
"importHelpers": true,
Expand Down

0 comments on commit 822afec

Please sign in to comment.