Skip to content

Commit 184d4e4

Browse files
authored
Add types field for backwards compatibility in package.json (#1827)
1 parent c2af858 commit 184d4e4

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
@@ -17,6 +17,7 @@
1717
],
1818
"license": "MIT",
1919
"type": "module",
20+
"types": "./dist/types/index.d.ts",
2021
"main": "./dist/umd/index.min.js",
2122
"exports": {
2223
".": {

0 commit comments

Comments
 (0)