mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
2e29d78281
swc_ecma_transforms: - Emit proper typename for `design:type` used with enum. (#1160)
18 lines
282 B
Plaintext
18 lines
282 B
Plaintext
{
|
|
"module": {
|
|
"type": "commonjs"
|
|
},
|
|
"jsc": {
|
|
"target": "es2018",
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"decorators": true,
|
|
"dynamicImport": false
|
|
},
|
|
"transform": {
|
|
"legacyDecorator": false,
|
|
"decoratorMetadata": true
|
|
}
|
|
}
|
|
}
|