Method: TypeScript::Source.compiler_path

Defined in:
lib/typescript.rb

.compiler_pathObject



13
14
15
# File 'lib/typescript.rb', line 13

def self.compiler_path
  @compiler_path ||= ENV['TYPESCRIPT_COMPILER_PATH'] || compiler_bundled_path
end