After pulling the repo and running an npm install I get VSCode complaining about the @tsconfig/node20 package being missing.
Adding:
"@tsconfig/node20": "^20.1.2"
To the dev dependencies and running another npm install removes the error.
Let me know if you want me to raise a PR 🙂