From 0afd39563369a3660e9c15dc8dc3df011186bc66 Mon Sep 17 00:00:00 2001 From: Tseho Date: Fri, 25 Aug 2023 17:37:57 +0200 Subject: [PATCH] compat: disable typechecking on tests --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index c8b699b30f8d..72ddf3d67362 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,5 +24,8 @@ "include": [ "public/bundles", "frontend/types.d.ts" + ], + "exclude": [ + "**/*.unit.*" ] }