atombrenner / aws-lambda-typescript

Boilerplate code to create, deploy and run AWS Lambda Functions written in Typescript
GNU General Public License v3.0
52 stars 19 forks source link

Missing @tsconfig/node20 in dev dependencies #22

Open Rodeoclash opened 8 months ago

Rodeoclash commented 8 months ago

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 🙂

atombrenner commented 2 months ago

Sorry, completely missed this issue. @tsconfig/node20 is part of package.json so I believe your problem is caused by something diffent.