tslint 忽略对某行代码的检测

class Ajanuw {
  constructor() {
    console.log("hello ajanuw");
  }
}

// @ts-ignore: Unreachable code error
const a = Ajanuw();
posted @ 2020-02-10 16:47  Ajanuw  阅读(2704)  评论(0编辑  收藏  举报