mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 04:01:39 +03:00
c765c7e06e
swc_ecma_transforms_proposal: - Detect decorators in typescript parameter properties. (#1456) swc: - Add tests for #1362. (#1362)
18 lines
271 B
Plaintext
18 lines
271 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": false,
|
|
"decorators": true
|
|
},
|
|
"transform": {
|
|
"legacyDecorator": true,
|
|
"decoratorMetadata": true
|
|
},
|
|
"target": "es2018"
|
|
},
|
|
"module": {
|
|
"type": "commonjs"
|
|
}
|
|
}
|