We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6629dd commit 43fff10Copy full SHA for 43fff10
1 file changed
package.json
@@ -12,6 +12,18 @@
12
"./static": {
13
"types": "./lib/static/index.d.ts",
14
"default": "./lib/static/index.js"
15
+ },
16
+ "./migration": {
17
+ "types": "./lib/migration/index.d.ts",
18
+ "default": "./lib/migration/index.js"
19
20
+ "./strategies": {
21
+ "types": "./lib/strategies/index.d.ts",
22
+ "default": "./lib/strategies/index.js"
23
24
+ "./pools": {
25
+ "types": "./lib/pools/index.d.ts",
26
+ "default": "./lib/pools/index.js"
27
}
28
},
29
"files": [
0 commit comments