Skip to content

Commit 1951ca2

Browse files
committed
fix: build pg-cloudflare to a CommonJS module
1 parent b4bfd63 commit 1951ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg-cloudflare/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"module": "ES2020",
3+
"module": "CommonJS",
44
"esModuleInterop": true,
55
"allowSyntheticDefaultImports": true,
66
"strict": true,

0 commit comments

Comments
 (0)