I am using jquery & jquery validate. I am also using typescript with the appropriate type files to go with it but when I do this line of code I get an error
$('#form').validate().settings.ignore = [];
Error TS2322 (TS) Type 'undefined[]' is not assignable to type 'string'.
This peice of code seem to be valid and does work. Maybe it has changed to something else but I have not found anything else that would work.