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,