Browse Source

feat(ts): disable allowing unreachable code

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

2
tsconfig.base.json

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

Loading…
Cancel
Save