From c0339b2446a8164347323a46374126965faa25ee Mon Sep 17 00:00:00 2001 From: 21_KnjazkinSO Date: Sun, 10 May 2026 17:09:14 +0300 Subject: [PATCH] fix error --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2a3d70f..fe9a9e9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,6 @@ "compilerOptions": { "target": "ES2020", "module": "CommonJS", - "moduleResolution": "node", "esModuleInterop": true, "strict": true, "skipLibCheck": true,