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

10 lines
155 B
JSON
Raw Normal View History

2021-05-25 09:36:34 +02:00
{
"entryPoints": ["src/index.tsx"],
2021-06-29 15:41:41 +02:00
"format": ["cjs"],
2021-05-25 09:36:34 +02:00
"legacyOutput": true,
"sourcemap": true,
"minify": true,
"clean": true,
"dts": true
}