TypeScript - Getting Rid of Error: X is Declared, But Never Used

TypeScript - Getting Rid of Error: X is Declared, But Never Used July 28, 2017

The problem If you have set tsconfig setting noUnusedParameters to true, the compiler will give an error when you have defined a function, but you're not