UNPKG

react-granular-store

Version:

Granular react store for subscribing to specific parts of a state tree

11 lines (9 loc) 179 B
import { defineConfig } from 'tsup'; export default defineConfig({ entry: ['index.ts'], format: ['esm', 'cjs'], sourcemap: true, minify: false, clean: true, dts: true, });