# typed: true # frozen_string_literal: true module Spoom module Config SORBET_CONFIG = "sorbet/config" SORBET_GEM_PATH = Gem::Specification.find_by_name("sorbet-static").full_gem_path SORBET_PATH = (Pathname.new(SORBET_GEM_PATH) / "libexec" / "sorbet").to_s WORKSPACE_PATH = (Pathname.new(ENV['BUNDLE_GEMFILE']) / "..").to_s end end