From 8854ef36f36f7b502de0374e56b6e1705b75af1c Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 5 Mar 2024 15:01:44 +0100 Subject: [PATCH] fix ci --- frontend/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index b4d7dd4..6858b95 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -15,5 +15,6 @@ "noUnusedParameters": true, "noImplicitReturns": true, "skipLibCheck": true - } + }, + "exclude": ["tests/"] }