diff --git a/tsconfig.json b/tsconfig.json index 78cdac30..c7ab73cc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -43,6 +43,7 @@ ], "exclude": [ "node_modules", - "validation-src" + "validation-src", + ".github/workflows/scripts/list-releases" ] }