serverless / serverless-plugin-typescript

Serverless plugin for zero-config Typescript support
MIT License
783 stars 223 forks source link

add the ability to add --build parameter to tsc command line #209

Open stmfcgcg opened 4 years ago

stmfcgcg commented 4 years ago

Not sure if this is the right place for me to ask a Question - my apologies if its not. I am trying to use serverless-plugin-typescript and would like to add --build to the command line when it builds the ts classes. Is this possible?