mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 20:22:26 +03:00
dcdac2db6f
swc_ecma_transforms_typescript: - Add option to use define propert for `strip` pass. (#1472) node-swc: - Fix `keepClassNames`. (Brooooooklyn/swc-node#335)
7 lines
70 B
Plaintext
7 lines
70 B
Plaintext
{
|
|
"jsc": {
|
|
"target": "es2016",
|
|
"keepClassNames": true
|
|
}
|
|
}
|