Skip to content

Commit ec40cd3

Browse files
committed
fix: 🐛 Fixed main export params
1 parent a3050f0 commit ec40cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
},
4242
"exports": {
4343
".": {
44-
"types": "./lib/index.d.ts",
45-
"import": "./lib/index.js"
44+
"types": "./lib/src/index.d.ts",
45+
"import": "./lib/src/index.js"
4646
},
4747
"./types": {
4848
"types": "./lib/typechain/index.d.ts",

0 commit comments

Comments
 (0)