Skip to content

Commit e50529c

Browse files
authored
Merge pull request #1137 from NullVoxPopuli/fix-types
2 parents d01dbc7 + 023d485 commit e50529c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

addon/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
"Steve Calvert"
1919
],
2020
"exports": {
21-
".": "./dist/index.js",
21+
".": {
22+
"types": "./types/index.d.ts",
23+
"default": "./dist/index.js"
24+
},
2225
"./*": "./dist/*.js",
2326
"./addon-main.js": "./addon-main.cjs"
2427
},

0 commit comments

Comments
 (0)