From bf24358b89ac62a5c6a61955b934bea08b12808b Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 23 Sep 2024 14:28:53 +0500 Subject: [PATCH] Update module in tsconfig to 'nodenext' --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index dd38e58..5de8ae3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "esnext", - "module": "esnext", + "module": "nodenext", "strict": true, "allowSyntheticDefaultImports": true, "moduleResolution": "nodenext",