From 72a98da527bc910e7a5f846050913065046d1207 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Fri, 3 May 2024 17:18:42 +0530 Subject: [PATCH] ignore types in tests --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 585fa4cdb..c1fa7680b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,5 +17,5 @@ "jsx": "react-jsx" }, "include": ["packages", "excalidraw-app"], - "exclude": ["packages/excalidraw/types", "examples"] + "exclude": ["packages/excalidraw/types", "examples", "packages/excalidraw/tests", "excalidraw-app/tests"] }