Skip to content

Commit e160bd3

Browse files
committed
Include index declarations in the package's files
1 parent c3b344c commit e160bd3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@
9797
"files": [
9898
"dist",
9999
"index.js",
100+
"index.d.ts",
100101
"index.mjs",
102+
"index.d.mts",
101103
"!**/fixtures",
102104
"!**/*.spec.js",
103105
"!**/*.spec.d.ts"

0 commit comments

Comments
 (0)