a flag that enforces: - any expression with the following operators: `||`, `&&`, `!` to be boolean - a condition expression to be of type boolean in the `if` statement and in the conditional expression (ternary operator) related: https://github.com/Microsoft/TypeScript/issues/7256
a flag that enforces:
||,&&,!to be booleanifstatement and in the conditional expression (ternary operator)related: #7256