diff --git a/tsconfig.json b/tsconfig.json index 383ee0f..f4e5028 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "lib": ["ES2023"], "module": "commonjs", - "target": "ES2022" + "target": "ES2022", "moduleResolution": "node", "incremental": true, "skipLibCheck": true,