diff --git a/packages/lib/tsconfig.json b/packages/lib/tsconfig.json index 2f80407113..a6b10fb43c 100644 --- a/packages/lib/tsconfig.json +++ b/packages/lib/tsconfig.json @@ -5,6 +5,6 @@ "jsx": "preserve", "resolveJsonModule": true }, - "include": [".", "../types/next-auth.d.ts", "../types/window.d.ts", "../trpc/types/router.d.ts"], + "include": [".", "../types/next-auth.d.ts", "../types/window.d.ts"], "exclude": ["dist", "build", "**/node_modules/**"] }