From 93672260bd054706d5fcc83065adfe7b65153956 Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Thu, 15 Dec 2022 16:45:54 +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 2aef317..682cc98 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/**/*"] } -- GitLab