UNPKG
supra-l1-sdk-core
Version:
latest (2.0.1)
2.0.1
2.0.0
Core of the Supra-L1-SDK
supra-l1-sdk-core
/
tsup.config.js
9 lines
(7 loc)
•
158 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import { defineConfig }
from
"tsup"
; export
default
defineConfig
({
entry
: [
"src/index.ts"
],
splitting
:
false
,
sourcemap
:
true
,
target
:
"es2020"
, });