I would like to use a serverless.yml config file in a typescript project. Will this cause problems? The serverless create command generates a serverless.ts file by default instead.
My reasoning is that the yml file is easier for the operations team to manage.