Kerry Ritter
02/04/2023, 5:59 PM// from:
const calendarsToGetAppointmentsFrom = [];
// to:
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const calendarsToGetAppointmentsFrom: any[] = [];
same type of error over and over (see screenshot)
is there a known fix for this? i imagine its a TSConfig change.
thanks for any help!Kerry Ritter
02/04/2023, 6:32 PM