sindresorhus / meow

🐈 CLI app helper
MIT License
3.53k stars 150 forks source link

`meow(...).flags` is `any` in 12.1.0 #244

Closed melusc closed 1 year ago

melusc commented 1 year ago

With version https://github.com/sindresorhus/meow/tree/v12.1.0 type-fest is not declared as a dependency anymore in the actual published package. type-fest then can't be resolved in index.d.ts and meow(...).flags is just any.

I have created a repository to demonstrate the issue

sindresorhus commented 1 year ago

// @tommy-mitchell