diff --git a/config/tsconfig.json b/config/tsconfig.json index 682cc987949707541450ef136e8bb7dc5821af68..1a2a568ef4cf67d07a4fb9b6cceaaafc12f4dd49 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": ["../clients/**/*"], - "exclude": ["../config/**/*"] + "include": ["./clients/**/*"], }