mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 20:51:42 +03:00
13 lines
227 B
JSON
13 lines
227 B
JSON
|
{
|
||
|
"evaluate": true,
|
||
|
"inline": true,
|
||
|
"keep_fargs": false,
|
||
|
"passes": 2,
|
||
|
"reduce_funcs": true,
|
||
|
"reduce_vars": true,
|
||
|
"side_effects": true,
|
||
|
"toplevel": true,
|
||
|
"typeofs": true,
|
||
|
"unused": true
|
||
|
}
|