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 0a1177d commit fd39040
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/connect/e2e/test-yarn-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ yarn add @trezor/connect@"$1"
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 add typescript@latest
yarn tsc ./index.ts --types node,w3c-web-usb --esModuleInterop -target ES2022 --module commonjs

0 comments on commit fd39040

Please sign in to comment.