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>
This commit is contained in:
Almeida
2025-05-07 16:32:11 +00:00
committed by GitHub
parent 432cdbe88a
commit 026440c256

View File

@@ -36,7 +36,8 @@
}, },
"files": [ "files": [
"src", "src",
"typings" "typings/*.d.ts",
"typings/*.d.mts"
], ],
"contributors": [ "contributors": [
"Crawl <icrawltogo@gmail.com>", "Crawl <icrawltogo@gmail.com>",