Skip to content

Commit 7284666

Browse files
authored
Merge pull request #94 from joserealdev/main
[Fix] Missing declaration file for module in ts
2 parents 9ee6fb7 + 443a18d commit 7284666

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"types": "dist/index.d.ts",
88
"exports": {
99
"require": "./dist/index.cjs",
10-
"import": "./dist/index.mjs"
10+
"import": "./dist/index.mjs",
11+
"types": "./dist/index.d.ts"
1112
},
1213
"files": [
1314
"dist"
@@ -121,4 +122,4 @@
121122
"@semantic-release/github"
122123
]
123124
}
124-
}
125+
}

0 commit comments

Comments
 (0)