diff --git a/.taprc b/.taprc index 2673c1f..025d7df 100644 --- a/.taprc +++ b/.taprc @@ -9,6 +9,7 @@ files: exclude: - "node_modules/**" + - "**/node_modules/**" - "**/shared/*.js" - "tests/integration/shared/" - "tests/runtime/bun/bun-sql-integration.test.js"