From 174f7fe41fbb55f7764bbcd3357bb1e7e5aad4b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 01:05:12 +0000 Subject: [PATCH] chore(deps): replace dependency @tsconfig/node16 with @tsconfig/node18 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index aeb00790a..1db44d722 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { // https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "ts-node": { "files": true, },