chore(deps): replace dependency @tsconfig/node22 with @tsconfig/node24 (#1012)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-02-02 11:59:46 +01:00 committed by GitHub
parent b9249f32b5
commit b6d94b7279
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
{
"extends": [
"@tsconfig/strictest/tsconfig.json",
"@tsconfig/node22/tsconfig.json"
"@tsconfig/node24/tsconfig.json"
],
"compilerOptions": {
"allowSyntheticDefaultImports": true,