We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 🙂
The text was updated successfully, but these errors were encountered:
Sorry, completely missed this issue. @tsconfig/node20 is part of package.json so I believe your problem is caused by something diffent.
Sorry, something went wrong.
No branches or pull requests
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 🙂
The text was updated successfully, but these errors were encountered: