diff --git a/package.json b/package.json index 1a27f88..316aab8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,9 @@ "main": "build/index.js", "types": "build/index.d.ts", "files": [ - "build" + "build", + "!**/*.test.js", + "!**/*.test.d.ts" ], "engines": { "node": ">=16.0.0",