Skip to content

Commit 030d113

Browse files
authored
Add "types" field to package.json
1 parent da8e003 commit 030d113

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
@@ -19,6 +19,7 @@
1919
],
2020
"main": "dist/index.umd.js",
2121
"module": "dist/index.esm.js",
22+
"types": "dist/index.d.ts",
2223
"browser": true,
2324
"files": [
2425
"dist/"

0 commit comments

Comments
 (0)