📌  相关文章
📜  打字稿将所有错误视为警告 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:50.349000             🧑  作者: Mango

代码示例1
You cannot treat all errors as warnings.
You'll need a mix of "// @ts-ignore" and
ignore rules in your tsconfig.json.