Skip to content

Commit 08d0847

Browse files
committed
fix: Fix types
1 parent b36ca2b commit 08d0847

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
@@ -15,7 +15,7 @@
1515
"files": [
1616
"dist"
1717
],
18-
"types": "dist/index.d.ts",
18+
"types": "dist/lib/index.d.ts",
1919
"module": "lib/index.ts",
2020
"type": "module",
2121
"scripts": {

0 commit comments

Comments
 (0)