mirror of
https://github.com/swc-project/swc.git
synced 2024-12-28 08:04:43 +03:00
a3105428ba
swc: - Use `hygiene_with_config` instead. (#1279) - Allow enabling source map with `.swcrc`. (#1309) swc_ecma_transforms_base: - `hygiene`: Add an option to preserve class names. (#1279) swc_ecma_transforms_compat: - `block_scoping`: Allow using `break` in switch cases. (#1415)
9 lines
94 B
Plaintext
9 lines
94 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript"
|
|
},
|
|
"target": "es2017"
|
|
}
|
|
}
|