i have a problem with typescript in vue 3 with "script setup (SFC)". When i call the component into (for example) App.vue and insert the props, if one of these is inserted wrong, the editor does not report the error.
An example:
The type value:
type Type = 'primary' | 'danger' | 'warning'
Why "non" type not showing error? I use PHPStorm, but this not showing also in VScode.