Skip to content

Commit 15c0798

Browse files
authored
fix: add TypeScript declarations to npm package files (#2620)
Include build/index.d.ts in files array to ensure type definitions are published to npm for TypeScript support.
1 parent 5fcd1f5 commit 15c0798

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
@@ -70,6 +70,7 @@
7070
"lib",
7171
"scripts",
7272
"build/index.js",
73+
"build/index.d.ts",
7374
"build/lib",
7475
"!.DS_Store",
7576
"CHANGELOG.md",

0 commit comments

Comments
 (0)