Skip to content

Commit abdb339

Browse files
committed
chore(exports): add wildcard export for deep-import parity with the library packages
1 parent beb4069 commit abdb339

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
},
2424
"import": "./dist/index.js",
2525
"require": "./dist/index.cjs"
26+
},
27+
"./*": {
28+
"types": {
29+
"import": "./dist/*.d.ts",
30+
"require": "./dist/*.d.cts"
31+
},
32+
"import": "./dist/*.js",
33+
"require": "./dist/*.cjs"
2634
}
2735
},
2836
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)