Apparently latest ledgerjs node-hid package requires esModuleInterop: true
This commit is contained in:
parent
53e7bf8b90
commit
c3f09f4931
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
"sourceMap": true,
|
||||
"declaration": false,
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"target": "es5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue