meteor-typescript
meteor-typescript copied to clipboard
avoid execSync by using compiler services API
This project is a typescript IDE, written in Typescript... He uses the compiler services API, instead of shelling to run the compiler.
https://github.com/jbaron/cats
I'm not 100% positive, but it looks like he generated a typescript.d.ts file for type information, and a tsc.js file without the immediate build-call... I'm not 100% sure though.