After upgrading to vue-tsc 2.0.18 events fail with error message: ``` Type '($event: any) => void' is not assignable to type '() => any'. Target signature provides too few arguments. Expected 1 or more, but got 0. ``` Code is nothing special ```ts const emit = defineEmits<(e: 'submit') => void>() ``` ``` @submit="handler()" ``` Verified working version 2.0.7