Skip to content

Commit d5314a5

Browse files
committed
Add Decoration Files in package.json
1 parent 55928eb commit d5314a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@
2020
"url": "https://github.com/woocommerce/woocommerce-rest-api-js/issues"
2121
},
2222
"main": "index",
23+
"types": "index.d.ts",
2324
"files": [
2425
"index.js",
25-
"index.mjs"
26+
"index.mjs",
27+
"index.d.ts"
2628
],
2729
"dependencies": {
2830
"axios": "^0.19.0",

0 commit comments

Comments
 (0)