Code Inspection: Signature mismatch
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
Reports a JavaScript call expression where the arguments do not match the signature of the referenced function, including the types of arguments and their number. Also, reports if the overloading function doesn't match the overloaded one in terms of parameters and return types.
TypeScript code is ignored.
Place the caret at the highlighted line and press AltEnter or click
.
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.