sveltejs / cli

The Svelte CLI
MIT License
259 stars 11 forks source link

Add proper typing for option conditions #179

Open manuel3108 opened 1 month ago

manuel3108 commented 1 month ago

Source https://github.com/svelte-add/svelte-add/issues/397

Option types for option conditions are currently of type any, because we did not manage to implement that in the first place. But it should be possible to implement this, as other tools are doing this. Initially implement by https://github.com/svelte-add/svelte-add/pull/379 Review Conversation: https://github.com/svelte-add/svelte-add/pull/379#discussion_r1637798621