From 67da66eec52d1173ae891876f4bc9876c44d4cae Mon Sep 17 00:00:00 2001 From: nuintun Date: Tue, 17 Dec 2024 18:35:51 +0800 Subject: [PATCH] feat: Update code --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index f70bb296..de5b1908 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,15 +6,15 @@ "allowJs": true, "newLine": "lf", "jsx": "preserve", - "module": "ESNext", "target": "ESNext", + "module": "NodeNext", "skipLibCheck": true, "noUnusedLocals": true, "esModuleInterop": true, "resolveJsonModule": true, - "moduleResolution": "Node", "noImplicitOverride": true, "noUnusedParameters": true, + "moduleResolution": "bundler", "forceConsistentCasingInFileNames": true, "paths": { "/js/*": [