diff --git a/uui-e2e-tests/tsconfig.json b/uui-e2e-tests/tsconfig.json index b5dfcc08e1..4719c20083 100644 --- a/uui-e2e-tests/tsconfig.json +++ b/uui-e2e-tests/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "esModuleInterop": true, "target": "ESNext", "strict": true, "preserveConstEnums": true,