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
/
tsconfig.json
9 lines
(8 loc)
•
135 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"compilerOptions"
:
{
"target"
:
"ESNext"
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"Bundler"
}
,
"include"
:
[
"src"
]
}