UNPKG

@react-map/world

Version:

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

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