In TypeScript 3.7, type checking will be disabled on a file if it starts with the following comment:
// @ts-nocheck
As already mentioned, in previous versions you can disable checking on a single line by including the following comment on the previous line:
// @ts-ignore
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…