We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
After pulling the repo and running an npm install I get VSCode complaining about the @tsconfig/node20 package being missing.
npm install
@tsconfig/node20
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 🙂