Files
GibSend/packages/sdk/tsup.config.json
2024-05-24 07:10:37 +10:00

14 lines
168 B
JSON

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