UNPKG

@react-map/haiti

Version:

Beautiful, easy to use and interactive svg map component of Haiti for React

11 lines (9 loc) 201 B
import { defineConfig } from "tsup"; export default defineConfig({ format: ["cjs", "esm"], entry: ["./src/index.ts"], dts: true, shims: true, skipNodeModulesBundle: true, clean: true, });