Skip to content

Commit

Permalink
fix(connect): ts config in installing connect test
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed Feb 6, 2025
1 parent f1bfb58 commit e329be8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/connect/e2e/test-yarn-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ echo import TrezorConnect from \"@trezor/connect\" >index.ts

# compile with typescript
yarn add [email protected]
yarn tsc ./index.ts --types node,w3c-web-usb --esModuleInterop
yarn tsc ./index.ts --types node,w3c-web-usb --esModuleInterop --target ES2022 --module commonjs

0 comments on commit e329be8

Please sign in to comment.