Add a cmd line options to suppress warnings #6771
Labels
Declined
The issue was declined as something which matches the TypeScript vision
Suggestion
An idea for TypeScript
Instead of adding a Boolean argument for each warning we want to suppress implement a more generic method to suppress, the warnings.
e.g instead of the
--noFallthroughCasesInSwitch
just suppress warning7029
The text was updated successfully, but these errors were encountered: