mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 22:22:34 +03:00
b0b0709e1a
swc_ecma_codegen: - Emit comments of `BytePos(0)`. (#1657) swc_ecma_transforms_compat: - `classes`: Optimize class expresssions. (#1660)
13 lines
140 B
Plaintext
13 lines
140 B
Plaintext
{
|
|
"env": {
|
|
"coreJs": 3
|
|
},
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": true
|
|
},
|
|
"loose": true
|
|
}
|
|
}
|