12 lines
134 B
Text
12 lines
134 B
Text
{
|
|
"minify": true,
|
|
"jsc": {
|
|
"target": "es2022",
|
|
"minify": {
|
|
"compress": {
|
|
"unused": true
|
|
},
|
|
"mangle": true
|
|
}
|
|
}
|
|
}
|