Skip to content

Commit b907590

Browse files
authored
Merge pull request #155 from misowei-noodoe/misowei-noodoe/issue153
Add types definition to exports
2 parents dcb5941 + 9df1097 commit b907590

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"exports": {
1414
".": {
1515
"import": "./dist/index.mjs",
16-
"require": "./dist/index.cjs"
16+
"require": "./dist/index.cjs",
17+
"types": "./dist/index.d.ts"
1718
}
1819
},
1920
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)