Skip to content

Commit 1787767

Browse files
committed
refactor(package.json): add exports for core module types and implementation
Signed-off-by: J3m5 <5523410+J3m5@users.noreply.github.com>
1 parent 4d318b7 commit 1787767

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"import": "./lib/index.js",
3131
"default": "./lib/index.js"
3232
},
33+
"./core": {
34+
"types": "./lib/core/index.d.ts",
35+
"import": "./lib/core/index.js",
36+
"default": "./lib/core/index.js"
37+
},
3338
"./package.json": "./package.json"
3439
},
3540
"main": "./lib/index.js",

0 commit comments

Comments
 (0)