Files
stats/tooling/typescript/tsup.config.json
Carl-Gerhard Lindesvärd 32e91959f6 chore(root): migrate to biome
2024-09-18 23:46:11 +02:00

10 lines
150 B
JSON

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