Hello! I generated my swagger file to Api.js. I used -> npx swagger-typescript-api -p ./openapi.yaml --js and then I get two files: - Api.js - Api.d.ts Is it possible not to generate a .d.ts file when using the --js parameter?