UNPKG
@guildxyz/bev3
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Schemas and types related to the Guild.xyz v3 API
@guildxyz/bev3
/
tsup.config.json
20 lines
(19 loc)
•
312 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"format"
:
[
"esm"
,
"cjs"
]
,
"dts"
:
{
"resolve"
:
true
,
"entry"
:
[
"./index.ts"
]
,
"compilerOptions"
:
{
"moduleResolution"
:
"node"
,
"strict"
:
true
,
"strictNullChecks"
:
true
}
}
,
"clean"
:
true
,
"target"
:
"esnext"
}