gulpjs / rechoir

Prepare a node environment to require files with different extensions.
MIT License
48 stars 12 forks source link

Adding a test for TypeScript #19

Closed pspeter3 closed 9 years ago

pspeter3 commented 9 years ago

This uses TypeScript register. Right now I'm using interpret from the Github master since I need the latest version. This can be replaced when the interpret version is bumped.

tkellen commented 9 years ago

Just FYI, you can clone interpret and run npm link inside of it, then go to rechoir and run npm link interpret and the two will be symlinked together as one.

tkellen commented 9 years ago

This looks perfect! Can you force-push out your changes to package.json entirely? I'll merge and publish this right away after.

pspeter3 commented 9 years ago

Sure, sounds good!

pspeter3 commented 9 years ago

Added the force push cleanup

tkellen commented 9 years ago

woot, thanks!