diff --git a/features/marketplace/backend-api/tsconfig.json b/features/marketplace/backend-api/tsconfig.json index 8f1268d24..9d5a2db39 100755 --- a/features/marketplace/backend-api/tsconfig.json +++ b/features/marketplace/backend-api/tsconfig.json @@ -9,5 +9,5 @@ } }, "include": ["src/**/*"], - "exclude": ["node_modules", "dist"] + "exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.test.ts"] }