Browse Source

feat(ts): disable allowing unreachable code

pull/7354/head
KenTandrian 3 days ago
parent
commit
5dd8567af6
  1. 2
      tsconfig.base.json

2
tsconfig.base.json

@ -34,7 +34,7 @@
"noPropertyAccessFromIndexSignature": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"allowUnreachableCode": true
"allowUnreachableCode": false
},
"exclude": ["node_modules", "tmp"]
}

Loading…
Cancel
Save