diff --git a/tsconfig.json b/tsconfig.json
index cb1594449adf22b152f089caef14565e67acdc40..31323cd06264586435a8f88ec5c255b1ef9eb06c 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"]
 }