plopjs / plop

Consistency Made Simple
http://plopjs.com
MIT License
7.06k stars 277 forks source link

fix: extend Action config to include CustomActionConfig #440

Open maverox opened 3 months ago

maverox commented 3 months ago

This resolves the issue of typescript throwing object literal can't have property error for custom actions, because it was defaulting to type:ActionConfig whereas it should narrow down to a CustomACtionConfig

439