Skip to content

Commit 9d4cd3b

Browse files
authored
fix: add types to exports in packages.json (#302)
1 parent 65cf6b9 commit 9d4cd3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
],
3131
"exports": {
3232
".": {
33+
"types": "./dist/src/index.d.ts",
3334
"import": "./dist/src/index.js"
3435
}
3536
},

0 commit comments

Comments
 (0)