UNPKG
@varlet/schema-repl
Version:
alpha (0.0.4-alpha.1700587328263)
latest (0.0.3)
0.0.4-alpha.1700587328263
0.0.3
Lightweight Schema repl component based on Vue3
@varlet/schema-repl
/
tsup.config.ts
11 lines
(9 loc)
•
184 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{ defineConfig }
from
'tsup'
import
jsx
from
'unplugin-vue-jsx/esbuild'
export
default
defineConfig
({
esbuildPlugins
: [
jsx
({
include
: [
/\.[jt]sx?$/
] }) ] })