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