diff --git a/apps/x/packages/core/tsconfig.json b/apps/x/packages/core/tsconfig.json index d9f2b13c..78460484 100644 --- a/apps/x/packages/core/tsconfig.json +++ b/apps/x/packages/core/tsconfig.json @@ -9,5 +9,9 @@ }, "include": [ "src" + ], + "exclude": [ + "src/**/*.test.ts", + "src/**/*.spec.ts" ] } \ No newline at end of file