Files
stats/tooling/typescript/tsup.config.json
2024-01-12 11:31:46 +01:00

10 lines
149 B
JSON

{
"entry": ["index.ts"],
"format": ["cjs", "esm"],
"dts": true,
"splitting": false,
"sourcemap": true,
"clean": true,
"minify": true
}