Skip to content

Commit 026440c

Browse files
build: exclude type tests from pack (#10886)
* build: exclude type tests from pack * fix: requested changes --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 432cdbe commit 026440c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/discord.js/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
},
3737
"files": [
3838
"src",
39-
"typings"
39+
"typings/*.d.ts",
40+
"typings/*.d.mts"
4041
],
4142
"contributors": [
4243
"Crawl <[email protected]>",

0 commit comments

Comments
 (0)