Skip to content

Commit 743045e

Browse files
committed
Fix path to exports["module"]["types"]
1 parent 41c120d commit 743045e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"exports": {
3030
".": {
3131
"module": {
32-
"types": "./tslib/modules/index.d.ts",
32+
"types": "./modules/index.d.ts",
3333
"default": "./tslib.es6.mjs"
3434
},
3535
"import": {

0 commit comments

Comments
 (0)