{
"compilerOptions": {
"allowUnreachableCode": true, // 不报告执行不到的代码错误
"allowUnusedLabels": false, //
2021-10-06