From 5dd8180c8ade82f2a8f16af6343a917f733e992b Mon Sep 17 00:00:00 2001 From: BananaHampster Date: Mon, 15 Jan 2024 21:33:11 -0800 Subject: [PATCH] fix build --- tsconfig.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index debfcf9..06ee3eb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,7 @@ { "compilerOptions": { - "module": "nodenext", - "module": "ES2022", - "moduleResolution": "nodenext", + "module": "NodeNext", + "moduleResolution": "NodeNext", "esModuleInterop": true, "target": "ES2022", "noImplicitAny": false,