swagger-merger icon indicating copy to clipboard operation
swagger-merger copied to clipboard

Support for typescript

Open chuasonglin1995 opened this issue 1 year ago • 0 comments

Does this module support typescript? Importing show warning on my codebase because

Could not find a declaration file for module 'swagger-merger'. '/Users/song/Xendit/nex-api/node_modules/swagger-merger/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/swagger-merger` if it exists or add a new declaration (.d.ts) file containing `declare module 'swagger-merger';`ts(7016)

npm i --save-dev @types/swagger-merger results in NOT FOUND

chuasonglin1995 avatar Feb 01 '23 08:02 chuasonglin1995