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
/
libraries
/
typescript.ts
6 lines
(3 loc)
•
124 B
text/typescript
View Raw
1
2
3
4
5
6
import
typescript
from
"@rollup/plugin-typescript"
;
export
*
from
"@rollup/plugin-typescript"
;
export
default
typescript;