diff --git a/tsconfig.json b/tsconfig.json index 8e912dc..f79d269 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,5 +19,9 @@ "types/*": ["src/types/*"] } }, - "include": ["src/**/*"] + "include": ["src/**/*"], + "exclude": [ + "**/*.test.ts", + "**/tests/**" + ] }