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

10 lines
162 B
JSON

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