hpagent icon indicating copy to clipboard operation
hpagent copied to clipboard

chore(package.json): add "exports.types" for strict mode TS support

Open dilame opened this issue 3 years ago • 0 comments

Without this change i get

TS7016: Could not find a declaration file for module 'hpagent'.
'/Users/bowzee/WebstormProjects/trading.bot/node_modules/hpagent/index.mjs' implicitly has an 'any' type.
Try `npm i --save-dev @types/hpagent` if it exists or add a new declaration (.d.ts) file containing `declare module 'hpagent';`

dilame avatar Oct 10 '22 00:10 dilame