一、不检测个别语句
在不检测的语句上加 // @ts-ignore
// @ts-ignore
二、停掉tslint
在tslint.json
中设置:
// tslint.json
{
"defaultSeverity": "none"
}
在vue.config.js
中加如下配置
module.exports = {
lintOnSave: false // 关闭代码验证
}
三、tslint模版
加油,世界精彩处见
网友评论