mirror of
https://github.com/swc-project/swc.git
synced 2025-01-04 11:37:06 +03:00
b7eb1f9154
swc_ecma_transforms_base: - Fix `('a' ?? 'b') || c`.
26 lines
460 B
Plaintext
26 lines
460 B
Plaintext
{
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": true,
|
|
"dynamicImport": false,
|
|
"decorators": false
|
|
},
|
|
"transform": {
|
|
"legacyDecorator": true,
|
|
"decoratorMetadata": true
|
|
},
|
|
"target": "es2016",
|
|
"loose": false,
|
|
"externalHelpers": true
|
|
},
|
|
"module": {
|
|
"type": "commonjs",
|
|
"strict": false,
|
|
"strictMode": true,
|
|
"lazy": false,
|
|
"noInterop": false
|
|
},
|
|
"sourceMaps": true
|
|
}
|