diff --git a/apps/gateway/tsconfig.json b/apps/gateway/tsconfig.json index 135e768..b6f1494 100644 --- a/apps/gateway/tsconfig.json +++ b/apps/gateway/tsconfig.json @@ -8,6 +8,6 @@ "module": "NodeNext", "moduleResolution": "NodeNext" }, - "include": ["src/**/*", "vitest.config.ts"], + "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }