Using meteor I add jquery and three.js through meteor packages. And a simple javascript file runs to produce the spinning cube example.
Now I change my file.js to file.ts and it Errors: can't find the $jquery or THREE.
Basically the question is what do I have to do to include libraries through meteor so I can use typescript?