> tsc --emitDeclarationOnly --outDir dist/types
node_modules/bip44-constants/index.d.ts:12:1 - error TS1046: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.
12 const entries: Entry[];
~~~~~
Found 1 error in node_modules/bip44-constants/index.d.ts:12
I had open PR #62 to solve it, but it seems it was closed. Is there a better solution?
The package raises an error when installed:
I had open PR #62 to solve it, but it seems it was closed. Is there a better solution?