Skip to content

Commit

Permalink
npm: don't pack *.spec.d.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Jan 7, 2022
1 parent 379c7dc commit 90c0da5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -69,7 +69,8 @@
"index.js",
"index.mjs",
"!**/fixtures",
"!**/*.spec.js"
"!**/*.spec.js",
"!**/*.spec.d.ts"
],
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit 90c0da5

Please sign in to comment.