From 15a86bfd0fb1905f0c8dc2777a1741c49246fb3e Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 18 Dec 2023 10:37:34 +0100 Subject: [PATCH] use nodenext --- packages/plugin-e2e/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",