diff --git a/tsconfig.json b/tsconfig.json index ff8f743..0bf396d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,6 +17,7 @@ "src/**/*" ], "exclude": [ - "node_modules" + "node_modules", + "src/**/*.test.ts", ] } diff --git a/tsconfig.publish.json b/tsconfig.publish.json index 0a11719..fc8520e 100644 --- a/tsconfig.publish.json +++ b/tsconfig.publish.json @@ -1,4 +1,3 @@ { - "extends": "./tsconfig.json", - "exclude": ["src/**/*.test.ts"] + "extends": "./tsconfig.json" }