diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json index e795af41f..532c69e7a 100644 --- a/apps/web/tsconfig.json +++ b/apps/web/tsconfig.json @@ -22,7 +22,7 @@ "*.tsx", "*.mjs", "./config/**/*.ts", - "components/**/*.{tsx|ts}", + "components/**/*", "lib/**/*.ts", "app" ],