chore(deps): replace dependency @tsconfig/node20 with @tsconfig/node22

This commit is contained in:
renovate[bot] 2026-01-30 11:08:56 +00:00 committed by GitHub
parent ffd1bc72a6
commit c0e3762f3f
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/node20/tsconfig.json"
"@tsconfig/node22/tsconfig.json"
],
"compilerOptions": {
"allowJs": true,