diff --git a/apps/api/tsconfig.json b/apps/api/tsconfig.json index 2bedf015e..f8d638a49 100644 --- a/apps/api/tsconfig.json +++ b/apps/api/tsconfig.json @@ -45,5 +45,5 @@ } }, "include": ["src/**/*"], - "exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.mock.ts"] + "exclude": ["node_modules", "dist", "**/*.mock.ts"] }