Skip to content

Commit f920eba

Browse files
committed
Fix type exports
1 parent aefcdf0 commit f920eba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
"import": "./dist/index.js"
1616
}
1717
},
18+
"typesVersions": {
19+
"*": {
20+
"*": [
21+
"./dist/index.d.ts"
22+
]
23+
}
24+
},
1825
"files": [
1926
"dist/**/*",
2027
"README.md",

0 commit comments

Comments
 (0)