Closed
Description
Describe the bug
vue-tsc
fails with "error TS2769: No overload matches this call" in when "strict" mode is configured in "tsconfig.json".
If the defineEmits
part in the component is removed vue-tsc
doesn't complain. Seems that this issue is somehow related with Vue version 3.2.46.
Expected behavior
vue-tsc
does not fail for the example given.