iconoir/packages/iconoir-react/tsup.config.json
2021-10-13 16:29:32 +02:00

9 lines
134 B
JSON

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