Skip to content

Commit 8d97107

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/pg-cloudflare/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"compilerOptions": {
3-
"module": "ES2020",
3+
"module": "Node16",
44
"esModuleInterop": true,
55
"allowSyntheticDefaultImports": true,
66
"strict": true,
77
"target": "ES2020",
88
"noImplicitAny": true,
9-
"moduleResolution": "node",
9+
"moduleResolution": "Node16",
1010
"sourceMap": true,
1111
"outDir": "dist",
1212
"incremental": true,

0 commit comments

Comments
 (0)