swc/tests/fixture/issue-1341/case1/input/.swcrc
강동윤 b7ae896bbd
fix(es): Fix bugs (#1353)
swc_ecma_transforms_compat:
 - Handle all accesses to private class properties. (#1333)
 - block_scoping: Inject variable correctly. (#1231)
 - Handle async arrow function correctly. (#1341)
2021-01-23 20:52:53 +09:00

12 lines
136 B
Plaintext

{
"jsc": {
"target": "es2016",
"parser": {
"syntax": "typescript"
}
},
"module": {
"type": "commonjs"
}
}