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

Commit c1e9a6d

Browse files
authored
fix: correction package.json exports types path (#87)
1 parent 2c199b7 commit c1e9a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
],
4646
"exports": {
4747
".": {
48-
"types": "./src/index.d.ts",
48+
"types": "./dist/src/index.d.ts",
4949
"import": "./dist/src/index.js"
5050
},
5151
"./selectors": {

0 commit comments

Comments
 (0)