diff --git a/packages/element-web-playwright-common/tsconfig.json b/packages/element-web-playwright-common/tsconfig.json index 04bbd964f0..bbbd26cdb4 100644 --- a/packages/element-web-playwright-common/tsconfig.json +++ b/packages/element-web-playwright-common/tsconfig.json @@ -4,6 +4,8 @@ "compilerOptions": { "outDir": "lib", "declarationMap": true, + "module": "node16", + "moduleResolution": "node16", "allowImportingTsExtensions": false }, "include": ["src"]