Skip to content

Commit b2de153

Browse files
committed
chore: fix types import path
1 parent 8ab0909 commit b2de153

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
@@ -16,7 +16,7 @@
1616
".": {
1717
"import": "./lib/esm/index.js",
1818
"require": "./lib/cjs/index.js",
19-
"types": "./lib/types/index.t.ts",
19+
"types": "./lib/types/index.d.ts"
2020
}
2121
},
2222
"module": "lib/esm/index.js",

0 commit comments

Comments
 (0)