feat: allow to pass compilerOptions via the Jest config for Vue 3 by cexbrayat · Pull Request #412 · vuejs/vue-jest

These options can be used to define Vue compiler options in @vue/vue3-jest. For example, to enable the newly introduced propsDestructureTransform in Vue v3.2.20: globals: { 'vue-jest': { ...