diff --git a/packages/connect/e2e/test-yarn-install.sh b/packages/connect/e2e/test-yarn-install.sh index de0edc353faa..d45280b8054b 100755 --- a/packages/connect/e2e/test-yarn-install.sh +++ b/packages/connect/e2e/test-yarn-install.sh @@ -22,4 +22,4 @@ echo import TrezorConnect from \"@trezor/connect\" > index.ts # compile with typescript yarn add typescript@5.5.4 -yarn tsc ./index.ts --types node --types w3-web-usb --esModuleInterop +yarn tsc ./index.ts --types node --types w3c-web-usb --esModuleInterop