Skip to content

Commit

Permalink
fix(connect): test install to use target ES2019
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed Feb 11, 2025
1 parent faf3e06 commit 18cb6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connect/e2e/test-yarn-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +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 --target ES2022 --module commonjs
yarn tsc ./index.ts --types node,w3c-web-usb --esModuleInterop --lib ES2022,DOM,ES2022.error --target ES2019 --module commonjs

0 comments on commit 18cb6f7

Please sign in to comment.