Skip to content

Commit 5da754d

Browse files
perf: Remove tRPC types from @calcom/lib (calcom#24551)
1 parent 8e481f2 commit 5da754d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/lib/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"jsx": "preserve",
66
"resolveJsonModule": true
77
},
8-
"include": [".", "../types/next-auth.d.ts", "../types/window.d.ts", "../trpc/types/router.d.ts"],
8+
"include": [".", "../types/next-auth.d.ts", "../types/window.d.ts"],
99
"exclude": ["dist", "build", "**/node_modules/**"]
1010
}

0 commit comments

Comments
 (0)