From 3e52f02137becef065f7a3f78b683727949a43c5 Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Tue, 26 Sep 2023 17:38:14 +0200 Subject: [PATCH] fix build error --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 31323cd0..cb159444 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,5 +18,5 @@ "useUnknownInCatchVariables": false, "types": ["vite/client", "vite-plugin-svgr/client"] }, - "include": ["./src/**/*.ts", "./src/**/*.tsx"] + "include": ["**/*.ts", "**/*.tsx"] } -- GitLab