mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 12:32:54 +00:00
Build with tsup, fix warnings and cleanup imports
This commit is contained in:
16
tsup.config.json
Normal file
16
tsup.config.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"clean": true,
|
||||
"dts": true,
|
||||
"entryPoints": [
|
||||
"play-dl/index.ts"
|
||||
],
|
||||
"format": [
|
||||
"esm",
|
||||
"cjs"
|
||||
],
|
||||
"minify": true,
|
||||
"skipNodeModulesBundle": true,
|
||||
"sourcemap": true,
|
||||
"target": "es2021",
|
||||
"splitting": false
|
||||
}
|
||||
Reference in New Issue
Block a user