From e329be822fbbfb84b27026bc95be29937e52740f Mon Sep 17 00:00:00 2001 From: Carlos Garcia Ortiz karliatto Date: Thu, 6 Feb 2025 13:00:43 +0100 Subject: [PATCH] fix(connect): ts config in installing connect test --- packages/connect/e2e/test-yarn-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/connect/e2e/test-yarn-install.sh b/packages/connect/e2e/test-yarn-install.sh index da73eb50c2f..c2cadd4f15e 100755 --- a/packages/connect/e2e/test-yarn-install.sh +++ b/packages/connect/e2e/test-yarn-install.sh @@ -22,4 +22,5 @@ echo import TrezorConnect from \"@trezor/connect\" >index.ts # compile with typescript yarn add typescript@5.5.4 -yarn tsc ./index.ts --types node,w3c-web-usb --esModuleInterop +yarn tsc ./index.ts --types node,w3c-web-usb --esModuleInterop --target ES2022 --module commonjs +