You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Does this module support typescript?
Importing show warning on my codebase because
npm i --save-dev @types/swagger-merger
results in NOT FOUNDThe text was updated successfully, but these errors were encountered: