diff --git a/packages/playwright-recorder/tsconfig.json b/packages/playwright-recorder/tsconfig.json index 6baf7f46a22..e63676875a2 100644 --- a/packages/playwright-recorder/tsconfig.json +++ b/packages/playwright-recorder/tsconfig.json @@ -4,6 +4,7 @@ "strict": true, "skipLibCheck": true, "target": "ES2022", + "module": "CommonJS", "lib": ["es2023"], "moduleResolution": "Node", "downlevelIteration": true,