apparatus / fuge

The microservice shell
http://fuge.io
MIT License
431 stars 49 forks source link

Typescript support? #162

Closed vforv closed 7 years ago

vforv commented 7 years ago

Is possible to use typescript with fuge? How can I set up to run ts-node instead node?

pelger commented 7 years ago

Type script isn't supported directly but should run as type process. It should be fairly simple to add. Ping me back on this thread if you're interested / have the time and I can guide you on creating a PR for this!

vforv commented 7 years ago

I found way... Just added ts-node to run proccess

pelger commented 7 years ago

Excellent! I'll close this issue - Thanks!