Transforming TypeScript into JavaScript

前端 未结 11 1274
再見小時候
再見小時候 2020-12-08 02:01

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

11条回答
  •  北海茫月
    2020-12-08 02:49

    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.

提交回复
热议问题