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

Commit 25e353b

Browse files
authored
fix: correction package.json exports types path (#191)
1 parent db35c30 commit 25e353b

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
@@ -28,7 +28,7 @@
2828
],
2929
"exports": {
3030
".": {
31-
"types": "./src/index.d.ts",
31+
"types": "./dist/src/index.d.ts",
3232
"import": "./dist/src/index.js"
3333
}
3434
},

0 commit comments

Comments
 (0)