diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json index 19741ad70..42714d3bc 100644 --- a/apps/web/tsconfig.json +++ b/apps/web/tsconfig.json @@ -17,10 +17,10 @@ }, "include": [ "next-env.d.ts", - "**/*.ts", - "**/*.tsx", "../../packages/types/*.d.ts", - "../../packages/**/*.ts" + "../../packages/types/next-auth.d.ts", + "**/*.ts", + "**/*.tsx" ], - "exclude": ["node_modules", "../../packages/types/next-auth.d.ts"] + "exclude": ["node_modules"] }