Skip to content
This repository was archived by the owner on Jun 19, 2023. It is now read-only.

Commit c78851f

Browse files
authored
fix: correction package.json exports types path (#103)
1 parent f0ae5e7 commit c78851f

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
@@ -27,7 +27,7 @@
2727
],
2828
"exports": {
2929
".": {
30-
"types": "./src/index.d.ts",
30+
"types": "./dist/src/index.d.ts",
3131
"import": "./dist/src/index.js"
3232
}
3333
},

0 commit comments

Comments
 (0)