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