mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
27aad87798
swc_ecma_transforms_base: - `hygiene`: Apply ops in catch clauses. (#1402)
13 lines
140 B
Plaintext
13 lines
140 B
Plaintext
{
|
|
"env": {
|
|
"coreJs": 3
|
|
},
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": true
|
|
},
|
|
"loose": true
|
|
}
|
|
}
|