play-dl-fix/tsup.config.json

17 lines
272 B
JSON

{
"clean": true,
"dts": true,
"entryPoints": [
"play-dl/index.ts"
],
"format": [
"esm",
"cjs"
],
"minify": true,
"skipNodeModulesBundle": true,
"sourcemap": true,
"target": "es2021",
"splitting": false
}