From c7e849c6a34ac045d43dca5e832346ebbd6e523f Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Thu, 15 Dec 2022 17:22:51 +0800 Subject: [PATCH] fix .gitlab-ci.yml --- config/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/tsconfig.json b/config/tsconfig.json index 085ad97..cc5b5e6 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"], } -- GitLab