Skip to content

Commit 91b7db3

Browse files
committed
fix: typedef exports
1 parent 2281b7f commit 91b7db3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
"typesVersions": {
1111
"*": {
1212
"*": [
13-
"dist/*",
14-
"dist/*/index"
13+
"dist/*"
14+
],
15+
"index.js": [
16+
"dist/index.d.ts"
1517
]
1618
}
1719
},

0 commit comments

Comments
 (0)