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