cal.com
cal.com copied to clipboard
[CAL-3155] The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit type annotation is needed
Issue Summary
A summary of the issue. This needs to be a clear detailed-rich summary.
Steps to Reproduce
- just open _router.ts to reproduce
Technical details
- Node.js version : 18
From SyncLinear.com | CAL-3155
when setting compiler options
declare: false error goes away
@Udit-takkar please help
@Udit-takkar please help
I also got this warning once but i don't see it now on my device.
@Udit-takkar can you please confirm whether you have set compilerOptions{declarations: false} in your project
setting compilerOptions as in images resolves this problem but i am not sure whether it is logically correct or not.