Skip to content

Commit 66f124f

Browse files
committed
Ensure type declaration files are published with the package
1 parent ac53229 commit 66f124f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"preact": "^10.18.1"
2121
},
2222
"files": [
23-
"lib/**/*.js"
23+
"lib/**/*.js",
24+
"lib/**/*.d.ts"
2425
],
2526
"prettier": {
2627
"arrowParens": "avoid",

0 commit comments

Comments
 (0)