From 92befdb838ed5ac1fafcf7629daac90dee182c57 Mon Sep 17 00:00:00 2001 From: Monubi Justin Date: Fri, 13 Feb 2026 11:48:55 +0300 Subject: [PATCH] Change module option to 'NodeNext' in node22.json - to silence the compilerOption/module warnings, it seems its case sensitive, though either way it works,but the warnings is soo annoying --- bases/node22.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bases/node22.json b/bases/node22.json index 11b642f..cd64487 100644 --- a/bases/node22.json +++ b/bases/node22.json @@ -5,7 +5,7 @@ "compilerOptions": { "lib": ["es2024", "ESNext.Array", "ESNext.Collection", "ESNext.Iterator"], - "module": "nodenext", + "module": "NodeNext", "target": "es2022", "strict": true,