Skip to content

Commit c538242

Browse files
committed
chore: set esModuleInterop to true in tsconfig
This was causing problems when using pg-format.
1 parent 1c10b94 commit c538242

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"allowJs": true,
55
"checkJs": false,
66
"module": "commonjs",
7-
"target": "es5"
7+
"target": "es5",
8+
"esModuleInterop": true
89
},
910
"exclude": ["node_modules", "test", "dist", "docs", "bin"]
1011
}

0 commit comments

Comments
 (0)