mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-06 04:32:40 +00:00
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
|
|
}
|