iconoir/packages/iconoir-react-native/tsup.config.json

9 lines
134 B
JSON
Raw Normal View History

{
"entryPoints": ["src/index.tsx"],
"format": ["cjs"],
"legacyOutput": true,
"minify": true,
"clean": true,
"dts": true
}