mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2026-04-21 18:44:28 +08:00
chore: improve tsconfig
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { createApp, defineComponent, reactive } from 'vue'
|
||||
import type { VueJSXPluginOptions } from '@vue/babel-plugin-jsx'
|
||||
|
||||
export { VueJSXPluginOptions }
|
||||
export type { VueJSXPluginOptions }
|
||||
|
||||
export const compilerOptions: VueJSXPluginOptions = reactive({
|
||||
mergeProps: true,
|
||||
|
||||
Reference in New Issue
Block a user