Skip to content

Commit 4bcba8d

Browse files
committed
fix: types
1 parent 074c120 commit 4bcba8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
"directories": {
99
"lib": "./dist/main.js"
1010
},
11+
"types": "./dist/main.d.ts",
1112
"publishConfig": {
1213
"exports": {
1314
".": "./dist/main.js"
1415
},
15-
"types": "./dist/index.d.ts",
16+
"types": "./dist/main.d.ts",
1617
"access": "public"
1718
},
1819
"scripts": {

0 commit comments

Comments
 (0)