UNPKG

supra-l1-sdk-core

Version:

Core of the Supra-L1-SDK

9 lines (7 loc) 158 B
import { defineConfig } from "tsup"; export default defineConfig({ entry: ["src/index.ts"], splitting: false, sourcemap: true, target: "es2020", });