perf: Remove tRPC types from @calcom/lib (#24551)

This commit is contained in:
Keith Williams
2025-10-19 13:14:25 +00:00
committed by GitHub
parent 8e481f2921
commit 5da754db65
+1 -1
View File
@@ -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/**"]
}