diff --git a/config/tsconfig.json b/config/tsconfig.json
index 84a4bc9f2650a83cfe090e266739e400ca5bfab4..085ad975019ec5cb33375654ad515bae213b6975 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": ["../"]
+    "include": ["../config/clients/**/*"],
+    "exclude": ["builds/perxis/perxis-js"]
 }