Skip to content

Commit 0635e0e

Browse files
committed
[TS] Explicitly include index.d.mts (and .mjs) in package
As apparently npm doesn't include it just because its listed in `types`.
1 parent 8e15fc9 commit 0635e0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ts/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"enums/*.d.mts",
1616
"bindings.mjs",
1717
"bindings.d.mts",
18+
"index.mjs",
19+
"index.d.mts",
1820
"version.mjs",
1921
"liblightningjs.wasm",
2022
"tsconfig.json",

0 commit comments

Comments
 (0)