UNPKG
clustr
Version:
latest (1.0.2)
1.0.2
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Stream UTF-8 bytes and read grapheme clusters safely
github.com/sumimakito/clustr
sumimakito/clustr
clustr
/
tsdown.config.ts
12 lines
(10 loc)
•
215 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import { defineConfig }
from
'tsdown/config'
export
default
defineConfig
({
dts
:
true
,
entry
:
'src/index.ts'
,
exports
:
true
,
copy
: [ {
from
:
'../../README.md'
,
to
:
'README.md'
}, ],
minify
:
true
, })