iconoir/packages/iconoir-react/tsup.config.json
2021-06-29 15:57:52 +02:00

10 lines
155 B
JSON

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