serverless / serverless-plugin-typescript

Serverless plugin for zero-config Typescript support
MIT License
781 stars 222 forks source link

Use custom typescript compiler #279

Open edobrb opened 1 year ago

edobrb commented 1 year ago

I need to use ttsc instead of tsc in order to compile with some custom transformation. There is a way to specify the compilation command?

https://github.com/cevek/ttypescript