This repo contains a set of unplugin plugins for Vue.js 3, including the following:
- @vue.ts/complex-types - Use @vue/language-core to support complex types for Vue Macros.
- @vue.ts/tsx-auto-props - Add props for your tsx components automatically.
Due to upstream limitations, vue.ts doesn't support tsconfig references. Please either point to something like tsconfig.app.json(vite template) or a base tsconfig.build.json that includes all necessary options.