UNPKG
toast-ease
Version:
latest (0.0.2)
0.0.2
0.0.1
An opinionated toast component.
toast-ease
/
tsup.config.ts
12 lines
(10 loc)
•
210 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import { defineConfig }
from
"tsup"
; export
default
defineConfig
({
minify
:
true
,
target
:
"es2018"
,
external
: [
"react"
],
sourcemap
:
true
,
dts
:
true
,
format
: [
"esm"
,
"cjs"
],
injectStyle
:
true
, });