UNPKG
@algonameservice/sdk
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.3
0.3.1
0.3.0
0.2.1
0.2.0
JavaScript SDK to resolve ANS .algo names
@algonameservice/sdk
/
tsup.config.ts
10 lines
(8 loc)
•
180 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import { defineConfig }
from
"tsup"
; export
default
defineConfig
({
entry
: [
"src/index.ts"
],
splitting
:
false
,
sourcemap
:
true
,
clean
:
true
,
format
: [
"cjs"
,
"iife"
], });