tezos-commons / tezos-core-tools

MIT License
4 stars 3 forks source link

Could not find a declaration file for module '@tezos-core-tools/crypto-utils' #62

Open thetrung opened 2 years ago

thetrung commented 2 years ago
error TS7016: Could not find a declaration file for module '@tezos-core-tools/crypto-utils'. '/Users/deulamco/Documents/github_repo/tezos/playground_tezos/node_modules/@tezos-core-tools/crypto-utils/dist/main.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/tezos-core-tools__crypto-utils` if it exists or add a new declaration (.d.ts) file containing `declare module '@tezos-core-tools/crypto-utils';`

I got error when trying to import this module.

gregoryalary commented 1 year ago

Hey, same issue here. Could you make it work @thetrung ?

Is it possible to also publish the type declaration ? Thanks !