Open
Description
Trying to use this gem to compile typescript files, but getting only empty results. After some digging found out that "--out" options is apparently deprecated and "--outFile" should be used (https://www.typescriptlang.org/docs/handbook/compiler-options.html).
It appears that "/tmp" contains both "xxxx.ts" and compiled "xxxx.js" files, while output tried to be set via "--out" is empty.
Apparently actual issue is withing typescript-node gem (typescript-ruby/typescript-node-ruby#10)
Metadata
Metadata
Assignees
Labels
No labels