From bc06b1a9d473646ea47952b17f18a2bf49de9fd2 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Sat, 13 Sep 2025 18:38:55 +0100 Subject: [PATCH] chore: set module to commonjs --- tsconfig.base.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index f9128f0f..043a5b08 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "target": "es2022", - "module": "esnext", + "target": "es2021", + "module": "commonjs", "moduleResolution": "node", "incremental": true, "composite": true,