swc/tests/fixture/issue-1479/case-es2020/input/.swcrc
강동윤 232cfc5f4f
fix(es/transforms/react): Handle jsx entities in attributes correctly (#1501)
swc_ecma_transforms_react:
 - Fix jsx entities in attribute values. (#1479)
2021-03-27 21:06:47 +09:00

10 lines
113 B
Plaintext

{
"jsc": {
"target": "es2020",
"parser": {
"syntax": "typescript",
"tsx": true
}
}
}