diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json index 6c007a082..aef729a6b 100644 --- a/apps/web/tsconfig.json +++ b/apps/web/tsconfig.json @@ -21,6 +21,8 @@ "next-env.d.ts", "src/**/*.ts", "src/**/*.tsx", + "/**/*.ts", + "/**/*.tsx", "src/styles/index.css", ".next/types/**/*.ts" , "src/components/Common/ReminderPasswordPopup.js" ]