UNPKG

aptos

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