englercj / node-esl

FreeSWITCH ESL implementation for Node.js; implements the full Event Socket Library specified in: http://wiki.freeswitch.org/wiki/Esl
http://englercj.github.com/node-esl/
MIT License
170 stars 111 forks source link

How to execute the typescript files? #109

Closed RitamKundu closed 1 year ago

RitamKundu commented 1 year ago

I have executed the js files in the example directory but I cannot execute the typescript files, getting errors. Can anyone please explain me how to do it?

englercj commented 1 year ago

Use npm run build to compile the typescript into Javascript.