menu
You can add this line at the beginning of a file to ignore all checks:
// @ts-nocheck
orĀ 
// @ts-expect-error
To skip only the next line.