We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535e08f commit 48d7e30Copy full SHA for 48d7e30
lib/typescript-src.rb
@@ -25,7 +25,7 @@ def tsc_path
25
26
# @return [Pathname]
27
def js_path
28
- typescript_path.join('bin/typescript.js')
+ typescript_path.join('bin/tsc.js')
29
end
30
31
0 commit comments