Prerequisites
Summary
The following options should be enabled in tsconfig.json:
"strict": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noUnusedParameters": true
Proposed Design
We'll have to carefully fix all the errors and potential bugs that this reveals.