Skip to content

Commit d749a69

Browse files
committed
type: Fix type include issue.
1 parent e700225 commit d749a69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"license": "MIT",
77
"sideEffects": false,
88
"type": "module",
9+
"types": "./lib/index.d.ts",
910
"exports": "./lib/index.js",
1011
"scripts": {
1112
"start": "node lib/index.js",

0 commit comments

Comments
 (0)