Skip to content

Commit 48d7e30

Browse files
committed
temporary fixed issue with TS sources
1 parent 535e08f commit 48d7e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/typescript-src.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def tsc_path
2525

2626
# @return [Pathname]
2727
def js_path
28-
typescript_path.join('bin/typescript.js')
28+
typescript_path.join('bin/tsc.js')
2929
end
3030

3131
# @return [Pathname]

0 commit comments

Comments
 (0)