When using barbatus:typescript and import the Meteor's packages. It couldn't find meteor modules, and gives Cannot find meteor/xxx error.
So, this patch removes the import syntax for module. After that, the packages would be accessed from global variables directly.
When using
barbatus:typescript
and import the Meteor's packages. It couldn't find meteor modules, and givesCannot find meteor/xxx
error. So, this patch removes the import syntax for module. After that, the packages would be accessed from global variables directly.