JoshuaKGoldberg / create-typescript-app

Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝
MIT License
1.2k stars 75 forks source link

🐛 Bug: @types/node is needed as devDependency for created projects #1598

Closed JoshuaKGoldberg closed 3 months ago

JoshuaKGoldberg commented 3 months ago

Bug Report Checklist

Expected

All devDependencies needed for linting should be installed in new projects.

Actual

@types/node is missed. On new repos:

  52:5   error  Unsafe assignment of an error typed value        @typescript-eslint/no-unsafe-assignment

...which is complaining about import.meta.dirname. That property comes from @types/node.

Additional Info

💖

github-actions[bot] commented 3 months ago

:tada: This is included in version v1.63.1 :tada:

The release is available on:

Cheers! 📦🚀