Skip to content

Commit

Permalink
Publish packages as commonjs
Browse files Browse the repository at this point in the history
We seem to be running into problems with the pseudo-ES modules that
we'be been releasing when we use newer versions on Jest. So let's just
publish as commonjs for now.
  • Loading branch information
daniel-ac-martin committed Jul 20, 2022
1 parent 99dd9c0 commit e0c1763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"composite": true,
"declaration": true,
"module": "ES2020",
"module": "commonjs",
"resolveJsonModule": true,
"sourceMap": false,
"target": "ES2019"
Expand Down

0 comments on commit e0c1763

Please sign in to comment.