UNPKG
@vexip-ui/eslint-config
Version:
latest (1.3.0)
1.3.0
1.2.2
1.2.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.12.1
0.12.0
0.11.0
0.10.0
0.9.0
0.8.1
0.8.0
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
github.com/vexip-ui/lint-config
@vexip-ui/eslint-config
/
build.config.ts
11 lines
(9 loc)
•
181 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import { defineBuildConfig }
from
'unbuild'
export
default
defineBuildConfig
({
entries
: [
'src/index'
],
clean
:
true
,
declaration
:
true
,
rollup
: {
emitCJS
:
true
, }, })