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