📜  @ts 忽略文件 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:22.561000             🧑  作者: Mango

代码示例2
// @ts-ignore
ignores only this line

// @ts-nocheck - may need to be at the start of file
ignores the whole document