From 4be485877e93029ba2bf6acb8d7af1d770147120 Mon Sep 17 00:00:00 2001 From: Youssef Date: Mon, 25 Nov 2024 17:00:26 +0200 Subject: [PATCH] add gha-setup to exclude list --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 91f833d2..e0516df7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,6 +17,7 @@ }, "exclude": [ "dist", - "node_modules" + "node_modules", + "gha-setup" ] }