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

Commit 97e785f

Browse files
authored
fix: correction package.json exports types path (#258)
1 parent e78ccf2 commit 97e785f

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
@@ -34,7 +34,7 @@
3434
],
3535
"exports": {
3636
".": {
37-
"types": "./src/index.d.ts",
37+
"types": "./dist/src/index.d.ts",
3838
"import": "./dist/src/index.js"
3939
}
4040
},

0 commit comments

Comments
 (0)