Skip to content

Commit 86efff0

Browse files
committed
fix: types path
1 parent 1fa744a commit 86efff0

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
"main": "dist/index.js",
3030
"module": "dist/index.mjs",
31-
"types": "index.d.ts",
31+
"types": "dist/index.d.ts",
3232
"exports": {
3333
".": {
3434
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)