From fe789b54791f7e8ba4f91dd7cdad0ac526aa9b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E5=BF=97=E9=9B=84?= Date: Mon, 3 Jun 2024 11:31:04 +0800 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 15c23e8..5484806 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,7 +20,6 @@ "noUnusedParameters": true, "noUnusedLocals": true, "noImplicitAny": true, - "module": "NodeNext", "moduleResolution": "Node", "isolatedModules": false, "target": "es6",