Skip to content

Commit

Permalink
Transpile the library to CommonJS for Trezor
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Sep 22, 2023
1 parent 619972b commit bf3ea19
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion babel.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"comments": true, // for debugging & jsdocs
"presets": [
"@babel/preset-env",
[
"@babel/preset-env",
{
"modules": "commonjs"
}
],
"@babel/typescript"
],
"targets": {
Expand Down

0 comments on commit bf3ea19

Please sign in to comment.