iconoir/packages/iconoir-react-native/tsup.config.json
2021-06-30 14:29:14 +02:00

10 lines
155 B
JSON

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