Skip to content

Commit

Permalink
fix: build pg-cloudflare to a CommonJS module
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbbot committed Mar 12, 2024
1 parent b4bfd63 commit 1951ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pg-cloudflare/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"module": "ES2020",
"module": "CommonJS",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
Expand Down

0 comments on commit 1951ca2

Please sign in to comment.