From 881ec5f6c487f06744d9ab7a595a86897aae4f91 Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Thu, 15 Dec 2022 17:30:37 +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 682cc98..1a2a568 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/**/*"], } -- GitLab