From dc915d99ce5187cfb80a6f79c40de73ad1f908cb Mon Sep 17 00:00:00 2001 From: stjet <49297268+stjet@users.noreply.github.com> Date: Sun, 12 Apr 2026 06:46:09 +0000 Subject: [PATCH] for ts 6.0 or whatever --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 527dd20..c4a371a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,8 @@ { "compilerOptions": { "target": "esnext", - "module": "commonjs", - "moduleResolution": "node", + "module": "nodenext", + "moduleResolution": "nodenext", "typeRoots": [ "./node_modules/@types", ], @@ -15,4 +15,4 @@ "node_modules", ".build" ] -} \ No newline at end of file +}