Skip to content

Commit c36a581

Browse files
authored
fix: use correct path for types in core package.json (#74)
1 parent b3da407 commit c36a581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/package.json

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

0 commit comments

Comments
 (0)