From 27c7b793b33924bd2c1bfbb3150158b792caaa86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:29:26 +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 ebe0fff..da9211c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "types": ["vite/client", "vitest/globals"],