1. 在tsconfig.json文件夾中加入"noImplicitAny": false

2. 在tslint.json中將"indent": [true, "spaces", 2]換成"indent": [true, "tabs", 2],

3. 安裝ESLint插件,然后重新加載
4. 打開設置在工作區設置中搜索 autofix ,點擊settings.json中編輯"
{
"tslint.autoFixOnSave": true
}
"
