标签: meteor typescript
如何使用TypeScript构建Meteor应用程序?
答案 0 :(得分:23)
请将meteor typescript编译器添加到您的项目中。它使用tsc命令行(批处理模式)动态编译.ts工件
包源可用via GitHub。您也可以直接从项目根目录中键入meteor add meteortypescript:compiler来添加插件。
meteor add meteortypescript:compiler
答案 1 :(得分:4)
有这个github项目:https://github.com/grmlin/meteor-typescript