diff --git a/packages/plugin-e2e/tsconfig.json b/packages/plugin-e2e/tsconfig.json index 6aae42c27..a5e89a54b 100644 --- a/packages/plugin-e2e/tsconfig.json +++ b/packages/plugin-e2e/tsconfig.json @@ -2,7 +2,8 @@ "compilerOptions": { "outDir": "./dist", "declaration": true, - "stripInternal": true + "stripInternal": true, + "module": "NodeNext" }, "exclude": ["node_modules"], "extends": "../../tsconfig.base.json",