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?
r
Ryan
06/02/2020, 9:06 AM
Hey @Stuart Faircloth 👋
serverless-plugin-typescript
automatically builds the ts files specified, is there any issue you're facing in that?
s
Stuart Faircloth
06/05/2020, 6:30 PM
@Ryan I have a project reference setup and the serverless-plugin-typescript is not building the project reference. Normally to build the project reference I would pass in --build to the tsc command line