tslint skip checking node_modules
tslint
の実行時に
node_modules
のチェックをしないようにする
code:json
{
"compilerOptions": {
"skipLibChecks": true
}
}