diff --git a/config/tsconfig.json b/config/tsconfig.json index 085ad975019ec5cb33375654ad515bae213b6975..cc5b5e699e93076d9d66cf249f89f5d993aa1503 100644 --- a/config/tsconfig.json +++ b/config/tsconfig.json @@ -98,6 +98,5 @@ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ "skipLibCheck": true /* Skip type checking all .d.ts files. */ }, - "include": ["../config/clients/**/*"], - "exclude": ["builds/perxis/perxis-js"] + "include": ["./clients"], }