I\'m wondering how is it possible to transform the TypeScript into JavaScript in a cross platform manner. I\'m aware about availability of node package manager for typescrip
If it's Java that you need to target then you could run tsc.js with the Rhino engine as part of your build process.