UNPKG
@naiable/rollup-config
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.7
0.1.6
0.1.4
0.1.3
0.1.2
0.1.1
Use rollup like tsup, but opinionated my way.
github.com/nailiable
@naiable/rollup-config
/
src
/
type.ts
8 lines
(6 loc)
•
232 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
type
{
RollupOptions
}
from
"rollup"
;
import
type
{
INaiableRollupConfig
}
from
"./index"
;
export
type
INaiablePreset
=
INaiableRollupConfig
& {
/** Directly output the build options. */
build
:
() =>
RollupOptions
[]; };