I am attempting to deploy a typescript serverless framework project using serverless.com. I am getting the error No serverless.yml found in repository
. I don’t have a serverless.yml
file as it is a typescript project, and I am using a serverless.ts
file. How can I configure this project to be deployed?