From ec06caebfdfefa6b02f18187c2bfffce1fd23c0e Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Mon, 22 Dec 2025 09:17:34 +0000 Subject: [PATCH] chore: use @tsconfig/node24 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cd4b981..ea716f9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node22/tsconfig.json", + "extends": "@tsconfig/node24/tsconfig.json", "compilerOptions": { "alwaysStrict": true, "esModuleInterop": true,