From fc3c0d8599c315f2368e504688dd0c1a39edd806 Mon Sep 17 00:00:00 2001
From: ko_oler <kooler89@gmail.com>
Date: Thu, 15 Dec 2022 16:47:00 +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 682cc98..1728192 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": ["../config/**/*"]
+    "include": ["../../clients/**/*"],
+    "exclude": ["../../config/**/*"]
 }
-- 
GitLab