UNPKG

@varlet/schema-repl

Version:

Lightweight Schema repl component based on Vue3

11 lines (9 loc) 184 B
import { defineConfig } from 'tsup' import jsx from 'unplugin-vue-jsx/esbuild' export default defineConfig({ esbuildPlugins: [ jsx({ include: [/\.[jt]sx?$/] }) ] })