diff --git a/config/tsconfig.json b/config/tsconfig.json
index 682cc987949707541450ef136e8bb7dc5821af68..1728192876bf54061d384d0252aee9c945f96bf9 100644
--- a/config/tsconfig.json
+++ b/config/tsconfig.json
@@ -98,6 +98,6 @@
         // "skipDefaultLibCheck": true,                      /* Skip type checking .d.ts files that are included with TypeScript. */
         "skipLibCheck": true /* Skip type checking all .d.ts files. */
     },
-    "include": ["../clients/**/*"],
-    "exclude": ["../config/**/*"]
+    "include": ["../../clients/**/*"],
+    "exclude": ["../../config/**/*"]
 }