UNPKG

@react-map/india

Version:

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

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