UNPKG
@advjs/ai
Version:
beta (0.1.1)
latest (0.1.0-beta.1)
0.1.1
0.1.0
0.1.0-beta.6
0.1.0-beta.5
0.1.0-beta.4
0.1.0-beta.1
AI module for AdvJS
github.com/YunYouJun/advjs/tree/main/packages/ai
@advjs/ai
/
build.config.ts
10 lines
(8 loc)
•
158 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import { defineBuildConfig }
from
'unbuild'
export
default
defineBuildConfig
({
entries
: [
'src/index'
, ],
clean
:
true
,
declaration
:
'node16'
, })