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