Method: TypeScript::Source.compiler_path
- Defined in:
- lib/typescript.rb
.compiler_path ⇒ Object
13 14 15 |
# File 'lib/typescript.rb', line 13 def self.compiler_path @compiler_path ||= ENV['TYPESCRIPT_COMPILER_PATH'] || compiler_bundled_path end |