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