openapistack / openapi-client-axios

JavaScript client library for consuming OpenAPI-enabled APIs with axios
https://openapistack.co
MIT License
558 stars 67 forks source link

FIxes broken client.d.ts when esModuleInterop=false #58

Closed seamuncle closed 3 years ago

seamuncle commented 3 years ago

Yes its ugly, but at least it no longer fails to compile in certain typescript projects.

anttiviljami commented 3 years ago

Hi @seamuncle, maybe instead try skipLibCheck if tsc is complaining about dependencies. Would that help?