swc/tests/fixture/issue-1448/case1/input/.swcrc
강동윤 b0b0709e1a
fix(es): Fix various bugs. (#1664)
swc_ecma_codegen:
 - Emit comments of `BytePos(0)`. (#1657)

swc_ecma_transforms_compat:
 - `classes`: Optimize class expresssions. (#1660)
2021-05-09 14:23:03 +09:00

13 lines
140 B
Plaintext

{
"env": {
"coreJs": 3
},
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": true
},
"loose": true
}
}