From 79ae99be5ffc546520f36987de7784a06823efb1 Mon Sep 17 00:00:00 2001 From: FreePhoenix888 Date: Sat, 16 Dec 2023 16:50:54 +0600 Subject: [PATCH] Revert "Use NodeNext" This reverts commit 5be5c5cac6a7f93205b92588415e30f374bac5c3. --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 9000ce4a..fa263193 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,8 +21,8 @@ "forceConsistentCasingInFileNames": true, "noEmit": true, "incremental": true, - "module": "NodeNext", - "moduleResolution": "NodeNext", + "module": "ESNext", + "moduleResolution": "node", "jsx": "preserve", "allowSyntheticDefaultImports": true,