Skip to content

Commit b8d4b30

Browse files
authored
fix: use correct path for types exports (#340)
1 parent d8bacbb commit b8d4b30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"exports": {
1818
".": {
1919
"import": "./dist/index.js",
20-
"types": "./index.d.ts"
20+
"types": "./dist/index.d.ts"
2121
},
2222
"./core": {
2323
"import": "./dist/core.js",

0 commit comments

Comments
 (0)