Skip to content

Commit d2f019d

Browse files
committed
fix: explicitly set TypeScript definitions in package.json
1 parent 41da4ec commit d2f019d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
}
5050
},
5151
"main": "./dist/index.js",
52+
"types": "./dist/index.d.ts",
5253
"files": [
5354
"dist"
5455
],

0 commit comments

Comments
 (0)