Is the correct wording in ts reported wrong?

usage:

// @ts-ignore 取消文件下一行的 @ts-check 的错误提示
--这里是报错的代码--

This comment is a lightweight method to suppress any errors that appear in the next line, so that it will not report errors. Of course, you must ensure that your writing is correct, otherwise errors will still occur

Guess you like

Origin blog.csdn.net/t5_5_5_5_5_7_7/article/details/114645647