Skip to content

Commit 67b6a51

Browse files
committed
fix(pg-native): add support for lib module resolution in package.json
1 parent 2805257 commit 67b6a51

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/pg-native/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"import": "./esm/index.mjs",
99
"require": "./index.js",
1010
"default": "./index.js"
11+
},
12+
"./lib/*": {
13+
"import": "./lib/*",
14+
"require": "./lib/*",
15+
"default": "./lib/*"
1116
}
1217
},
1318
"scripts": {

0 commit comments

Comments
 (0)