class Steep::Project::Options

def apply_strict_typing_options!

def apply_strict_typing_options!
  self.allow_fallback_any = false
  self.allow_missing_definitions = false
  self.allow_unknown_constant_assignment = false
  self.allow_unknown_method_calls = false
end