Hello,
Since MeteorJS 1.2 provide the ES6 support i wanted to give it a try and use the angular2-meteor package.
But i’m wondering how to use old packages that doesn’t have declaration files (in TypeScript) in this new app. Should i create one for each new package i will add, or is there a way to load them in a more efficient way ?
Quiet new on this, hope it’s not too dumb to ask.