UNPKG

tanglepay-sdk-monorepo

Version:

DApp SDK to interact with TanglePay wallets

7 lines (5 loc) 271 B
import {createRollupConfig, decorateIifeExternal} from "../../rollup.config.mjs"; import pkg from './package.json' assert { type: "json" } const config = createRollupConfig(pkg) decorateIifeExternal(config[0],{'tanglepaysdk-client':'iota'}) export default config